Magellan Linux

Annotation of /trunk/gcc/patches/gcc-4.3.2-no-fixincludes.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 699 - (hide annotations) (download)
Fri Oct 10 23:00:48 2008 UTC (15 years, 7 months ago) by niro
File size: 1067 byte(s)
-re-diffed for gcc-4.3.2

1 niro 699 --- gcc-4.3.2/gcc/Makefile.in 2008-08-01 11:51:03.000000000 +0200
2     +++ gcc-4.3.2-magellan/gcc/Makefile.in 2008-10-11 01:07:43.000000000 +0200
3     @@ -3423,10 +3423,6 @@
4     mv tmp-xlimits.h $${fix_dir}/limits.h; \
5     chmod a+r $${fix_dir}/limits.h; \
6     done
7     -# Install the README
8     - rm -f include-fixed/README
9     - cp $(srcdir)/../fixincludes/README-fixinc include-fixed/README
10     - chmod a+r include-fixed/README
11     $(STAMP) $@
12    
13     .PHONY: install-gcc-tooldir
14     @@ -3504,12 +3500,6 @@
15     fi; \
16     $(mkinstalldirs) $${fix_dir}; \
17     chmod a+rx $${fix_dir} || true; \
18     - (TARGET_MACHINE='$(target)'; srcdir=`cd $(srcdir); ${PWD_COMMAND}`; \
19     - SHELL='$(SHELL)'; MACRO_LIST=`${PWD_COMMAND}`/macro_list ; \
20     - export TARGET_MACHINE srcdir SHELL MACRO_LIST && \
21     - cd $(build_objdir)/fixincludes && \
22     - $(SHELL) ./fixinc.sh ../../gcc/$${fix_dir} \
23     - $(SYSTEM_HEADER_DIR) $(OTHER_FIXINCLUDES_DIRS) ); \
24     rm -f $${fix_dir}/syslimits.h; \
25     if [ -f $${fix_dir}/limits.h ]; then \
26     mv $${fix_dir}/limits.h $${fix_dir}/syslimits.h; \