--- trunk/gcc/gcc-4.0.2-no_fixincludes-1.patch 2005/10/13 15:36:41 42 +++ trunk/gcc/gcc-4.0.2-no_fixincludes-1.patch 2005/10/13 16:18:36 43 @@ -1,8 +1,8 @@ -# $Header: /root/magellan-cvs/src/gcc/gcc-4.0.2-no_fixincludes-1.patch,v 1.1 2005-10-13 15:36:41 niro Exp $ +# $Header: /root/magellan-cvs/src/gcc/gcc-4.0.2-no_fixincludes-1.patch,v 1.2 2005-10-13 16:18:36 niro Exp $ prevent fixincludes script from running --- gcc-4.0.2/gcc/Makefile.in 2005-09-09 21:05:39.000000000 +0000 -+++ gcc-4.0.2-fixincludes/gcc/Makefile.in 2005-10-13 17:06:11.000000000 +0000 ++++ gcc-4.0.2-fixincludes/gcc/Makefile.in 2005-10-13 17:52:48.000000000 +0000 @@ -2806,10 +2806,6 @@ rm -f include/limits.h cp xlimits.h include/limits.h @@ -14,10 +14,14 @@ $(STAMP) $@ .PHONY: install-gcc-tooldir -@@ -2855,8 +2851,6 @@ - SHELL='$(SHELL)'; MACRO_LIST=`${PWD_COMMAND}`/macro_list ; \ - export TARGET_MACHINE srcdir SHELL MACRO_LIST && \ - cd ../$(build_subdir)/fixincludes && \ +@@ -2851,12 +2847,6 @@ + fi + rm -rf include; mkdir include + -chmod a+rx include +- (TARGET_MACHINE='$(target)'; srcdir=`cd $(srcdir); ${PWD_COMMAND}`; \ +- SHELL='$(SHELL)'; MACRO_LIST=`${PWD_COMMAND}`/macro_list ; \ +- export TARGET_MACHINE srcdir SHELL MACRO_LIST && \ +- cd ../$(build_subdir)/fixincludes && \ - $(SHELL) ./fixinc.sh ../../gcc/include \ - $(SYSTEM_HEADER_DIR) $(OTHER_FIXINCLUDES_DIRS) ) rm -f include/syslimits.h