Makerules
Andreas Schwab
schwab@suse.de
Sun Mar 18 15:03:00 GMT 2001
2001-03-19 Andreas Schwab <schwab@suse.de>
* Makerules (build-shlib): Make sure exit codes get checked
properly.
--- Makerules.~1.346.~ Fri Mar 16 11:05:30 2001
+++ Makerules Sun Mar 18 23:59:46 2001
@@ -431,13 +431,13 @@
$(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
--
Andreas Schwab "And now for something
SuSE Labs completely different."
Andreas.Schwab@suse.de
SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
More information about the Libc-hacker
mailing list