Magellan Linux

Contents of /trunk/gcc/gcc-4.0.2-no_fixincludes-1.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 43 - (show annotations) (download)
Thu Oct 13 16:18:36 2005 UTC (18 years, 7 months ago) by niro
File size: 1107 byte(s)
fixed buggy patch

1 # $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 $
2 prevent fixincludes script from running
3
4 --- gcc-4.0.2/gcc/Makefile.in 2005-09-09 21:05:39.000000000 +0000
5 +++ gcc-4.0.2-fixincludes/gcc/Makefile.in 2005-10-13 17:52:48.000000000 +0000
6 @@ -2806,10 +2806,6 @@
7 rm -f include/limits.h
8 cp xlimits.h include/limits.h
9 chmod a+r include/limits.h
10 -# Install the README
11 - rm -f include/README
12 - cp $(srcdir)/../fixincludes/README-fixinc include/README
13 - chmod a+r include/README
14 $(STAMP) $@
15
16 .PHONY: install-gcc-tooldir
17 @@ -2851,12 +2847,6 @@
18 fi
19 rm -rf include; mkdir include
20 -chmod a+rx include
21 - (TARGET_MACHINE='$(target)'; srcdir=`cd $(srcdir); ${PWD_COMMAND}`; \
22 - SHELL='$(SHELL)'; MACRO_LIST=`${PWD_COMMAND}`/macro_list ; \
23 - export TARGET_MACHINE srcdir SHELL MACRO_LIST && \
24 - cd ../$(build_subdir)/fixincludes && \
25 - $(SHELL) ./fixinc.sh ../../gcc/include \
26 - $(SYSTEM_HEADER_DIR) $(OTHER_FIXINCLUDES_DIRS) )
27 rm -f include/syslimits.h
28 if [ -f include/limits.h ]; then \
29 mv include/limits.h include/syslimits.h; \