# HG changeset patch # User Volker Grabsch # Date 1253447994 -7200 # Node ID 0da18d27453e3cd2ea31ee17d2f076c929a74ad0 # Parent a36524aced8509647f69cfeb26b37ca6c3b10e83 improved coding style diff -r a36524aced85 -r 0da18d27453e src/gcc-pthreads.mk --- a/src/gcc-pthreads.mk Sun Sep 20 13:56:19 2009 +0200 +++ b/src/gcc-pthreads.mk Sun Sep 20 13:59:54 2009 +0200 @@ -32,6 +32,6 @@ define $(PKG)_UPDATE wget -q -O- 'ftp://sourceware.org/pub/pthreads-win32/Release_notes' | \ $(SED) -n 's,^RELEASE \([0-9][^[:space:]]*\).*,\1,p' | \ - tr '.' '-' | \ + tr '.' '-' | \ head -1 endef diff -r a36524aced85 -r 0da18d27453e src/gcc.mk --- a/src/gcc.mk Sun Sep 20 13:56:19 2009 +0200 +++ b/src/gcc.mk Sun Sep 20 13:59:54 2009 +0200 @@ -67,7 +67,7 @@ mv '$(1)/$(gcc-mpfr_SUBDIR)' '$(1)/$(gcc-core_SUBDIR)/mpfr' # build everything of GCC except libgomp and libmudflap mkdir '$(1)/build' - cd '$(1)/build' && '$(1)/$(gcc-core_SUBDIR)/configure' \ + cd '$(1)/build' && '$(1)/$(gcc-core_SUBDIR)/configure' \ $(gcc_CONFIGURE_OPTIONS) \ --enable-threads=win32 \ --disable-libgomp \ @@ -87,7 +87,7 @@ # build libgomp $(SED) 's,cross_compiling=no,cross_compiling=yes,' -i '$(1)/$(gcc-core_SUBDIR)/libgomp/configure' mkdir '$(1)/build/$(TARGET)/libgomp' - cd '$(1)/build/$(TARGET)/libgomp' && '$(1)/$(gcc-core_SUBDIR)/libgomp/configure' \ + cd '$(1)/build/$(TARGET)/libgomp' && '$(1)/$(gcc-core_SUBDIR)/libgomp/configure' \ $(gcc_CONFIGURE_OPTIONS) \ --host='$(TARGET)' \ LIBS='-lws2_32'