diff options
Diffstat (limited to 'packages/glibc/glibc-2.3.6/late-install-loop-break.patch')
-rw-r--r-- | packages/glibc/glibc-2.3.6/late-install-loop-break.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/packages/glibc/glibc-2.3.6/late-install-loop-break.patch b/packages/glibc/glibc-2.3.6/late-install-loop-break.patch deleted file mode 100644 index fc7d8b31e6..0000000000 --- a/packages/glibc/glibc-2.3.6/late-install-loop-break.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- glibc-2.3.6/Makerules Sat Sep 8 22:59:54 2007 -+++ glibc-2.3.6/Makerules Sun Sep 9 01:04:29 2007 -@@ -154,26 +154,6 @@ - common-before-compile = $(before-compile) - endif - --ifndef subdir --# If a makefile needs to do something conditional on something that --# can only be figured out from headers, write a FOO.make.c input --# file that uses cpp contructs and contains @@@ LINE @@@ for each LINE --# to emit in the generated makefile, and use -include $(common-objpfx)FOO.make. --# --# We only generate these in the top-level makefile, to avoid any weirdness --# from subdir-specific makefile tweaks creeping in on an update. --$(common-objpfx)%.make: $(..)%.make.c $(..)Makerules $(common-before-compile) -- rm -f $@T $@.dT -- (echo '# Generated from $*.make.c by Makerules.'; \ -- $(CC) $(CFLAGS) $(CPPFLAGS) -E $< \ -- -MD -MP -MT '$$(common-objpfx)$*.make' -MF $@.dT \ -- | sed -n '/@@@/{s/@@@[ ]*\(.*\)@@@/\1/;s/[ ]*$$//p;}'; \ -- echo 'common-generated += $(@F)'; \ -- sed $(sed-remove-objpfx) $(sed-remove-dotdot) $@.dT; \ -- rm -f $@.dT) > $@T -- mv -f $@T $@ --endif -- - ifdef subdir - sed-remove-dotdot := -e 's@ *\.\.\/\([^ \]*\)@ $$(..)\1@g' \ - -e 's@^\.\.\/\([^ \]*\)@$$(..)\1@g' |