From: Ulrich Drepper Date: Mon, 19 Mar 2001 01:23:36 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_2_3~245 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b5d51280fe5c13451afebe964485184ceb0071f4;p=platform%2Fupstream%2Fglibc.git Update. 2001-03-19 Andreas Schwab * Makerules (build-shlib): Make sure exit codes get checked properly. --- diff --git a/ChangeLog b/ChangeLog index 5ccc19d..f41e88d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-03-19 Andreas Schwab + + * Makerules (build-shlib): Make sure exit codes get checked + properly. + 2001-03-18 Ulrich Drepper * Makerules (build-shlib): Remove unnecessary slashes introduced in diff --git a/Makerules b/Makerules index 218cde1..c37ae55 100644 --- a/Makerules +++ b/Makerules @@ -431,13 +431,13 @@ $(build-shlib-helper) \ $(LDLIBS-$(@F:lib%.so=%).so) 2>&1 | \ sed -e '/^=========/,/^=========/!d;/^=========/d' \ -e 's/^.*\.hash[ ]*:.*$$/ .note.ABI-tag : { *(.note.ABI-tag) } &/' \ - > $@.lds; \ - rm -f $@.new; \ - $(build-shlib-helper) -o $@ -T $@.lds \ + > $@.lds +rm -f $@.new +$(build-shlib-helper) -o $@ -T $@.lds \ -Wl,--whole-archive $(csu-objpfx)abi-note.o \ $(filter-out $(map-file) $(+preinit) $(+postinit),$^) \ - $(no-whole-archive) $(LDLIBS-$(@F:lib%.so=%).so); \ - rm -f $@.lds + $(no-whole-archive) $(LDLIBS-$(@F:lib%.so=%).so) +rm -f $@.lds endef else define build-shlib