Magellan Linux

Annotation of /trunk/gcc/patches/gcc-4.0.2-no_fixincludes-1.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 169 - (hide annotations) (download)
Tue May 8 21:36:54 2007 UTC (17 years ago) by niro
File size: 1115 byte(s)
-moved to patches subdir

1 niro 169 # $Header: /root/magellan-cvs/src/gcc/patches/gcc-4.0.2-no_fixincludes-1.patch,v 1.1 2007-05-08 21:32:56 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; \