Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1071 - (hide annotations) (download)
Mon Aug 16 22:19:55 2010 UTC (13 years, 10 months ago) by niro
File size: 1180 byte(s)
-re-diffed for gcc-4.5.1

1 niro 1071 diff -Naur gcc-4.5.1/gcc/Makefile.in gcc-4.5.1-magellan/gcc/Makefile.in
2     --- gcc-4.5.1/gcc/Makefile.in 2010-06-30 15:26:17.000000000 +0200
3     +++ gcc-4.5.1-magellan/gcc/Makefile.in 2010-08-17 00:20:48.000000000 +0200
4     @@ -3867,10 +3867,6 @@
5     mv tmp-xlimits.h $${fix_dir}/limits.h; \
6     chmod a+r $${fix_dir}/limits.h; \
7     done
8     -# Install the README
9     - rm -f include-fixed/README
10     - cp $(srcdir)/../fixincludes/README-fixinc include-fixed/README
11     - chmod a+r include-fixed/README
12     $(STAMP) $@
13    
14     .PHONY: install-gcc-tooldir
15     @@ -3948,13 +3944,6 @@
16     fi; \
17     $(mkinstalldirs) $${fix_dir}; \
18     chmod a+rx $${fix_dir} || true; \
19     - (TARGET_MACHINE='$(target)'; srcdir=`cd $(srcdir); ${PWD_COMMAND}`; \
20     - SHELL='$(SHELL)'; MACRO_LIST=`${PWD_COMMAND}`/macro_list ; \
21     - gcc_dir=`${PWD_COMMAND}` ; \
22     - export TARGET_MACHINE srcdir SHELL MACRO_LIST && \
23     - cd $(build_objdir)/fixincludes && \
24     - $(SHELL) ./fixinc.sh "$${gcc_dir}/$${fix_dir}" \
25     - $(SYSTEM_HEADER_DIR) $(OTHER_FIXINCLUDES_DIRS) ); \
26     rm -f $${fix_dir}/syslimits.h; \
27     if [ -f $${fix_dir}/limits.h ]; then \
28     mv $${fix_dir}/limits.h $${fix_dir}/syslimits.h; \