Magellan Linux

Annotation of /trunk/gcc/patches/gcc-3.3.3-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: 1065 byte(s)
-moved to patches subdir

1 niro 169 Submitted By: Ronald Hummelink <ronald at hummelink dot xs4all dot nl>
2     Date: 2003-08-16
3     Initial Package Version: 3.3.1
4     Origin: Originally developed for GCC 3.2 by Greg Schafer <gschafer at zip dot com dot au>
5     Description: Prevent fixincludes script from running.
6    
7     --- gcc-3.3.1.orig/gcc/Makefile.in 2003-08-03 15:48:36.000000000 +0000
8     +++ gcc-3.3.1/gcc/Makefile.in 2003-08-15 23:40:28.000000000 +0000
9     @@ -2335,10 +2335,6 @@
10     rm -f include/limits.h
11     cp xlimits.h include/limits.h
12     chmod a+r include/limits.h
13     -# Install the README
14     - rm -f include/README
15     - cp $(srcdir)/README-fixinc include/README
16     - chmod a+r include/README
17     $(STAMP) $@
18    
19     # fixinc.sh depends on this, not on specs directly.
20     @@ -2369,7 +2365,6 @@
21     (TARGET_MACHINE='$(target)'; srcdir=`cd $(srcdir); ${PWD_COMMAND}`; \
22     SHELL='$(SHELL)' ;\
23     export TARGET_MACHINE srcdir SHELL ; \
24     - $(SHELL) ./fixinc.sh `${PWD_COMMAND}`/include $(SYSTEM_HEADER_DIR) $(OTHER_FIXINCLUDES_DIRS); \
25     rm -f include/syslimits.h; \
26     if [ -f include/limits.h ]; then \
27     mv include/limits.h include/syslimits.h; \

Properties

Name Value
svn:executable *