mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 08:11:08 +00:00
Update.
2001-03-19 Andreas Schwab <schwab@suse.de> * Makerules (build-shlib): Make sure exit codes get checked properly.
This commit is contained in:
parent
639c324856
commit
b5d51280fe
@ -1,3 +1,8 @@
|
||||
2001-03-19 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* Makerules (build-shlib): Make sure exit codes get checked
|
||||
properly.
|
||||
|
||||
2001-03-18 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* Makerules (build-shlib): Remove unnecessary slashes introduced in
|
||||
|
@ -431,12 +431,12 @@ $(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; \
|
||||
> $@.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); \
|
||||
$(no-whole-archive) $(LDLIBS-$(@F:lib%.so=%).so)
|
||||
rm -f $@.lds
|
||||
endef
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user