Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 42 - (hide annotations) (download)
Thu Oct 13 15:36:41 2005 UTC (18 years, 8 months ago) by niro
File size: 975 byte(s)
fixed for gcc-4.0.2

1 niro 42 # $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 $
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:06:11.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     @@ -2855,8 +2851,6 @@
18     SHELL='$(SHELL)'; MACRO_LIST=`${PWD_COMMAND}`/macro_list ; \
19     export TARGET_MACHINE srcdir SHELL MACRO_LIST && \
20     cd ../$(build_subdir)/fixincludes && \
21     - $(SHELL) ./fixinc.sh ../../gcc/include \
22     - $(SYSTEM_HEADER_DIR) $(OTHER_FIXINCLUDES_DIRS) )
23     rm -f include/syslimits.h
24     if [ -f include/limits.h ]; then \
25     mv include/limits.h include/syslimits.h; \