mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 15:20:10 +00:00
Update.
* elf/Makefile (test-modules): Add test-modules.
This commit is contained in:
parent
2ac51313f0
commit
3591977060
@ -1,5 +1,7 @@
|
|||||||
1999-01-17 Ulrich Drepper <drepper@cygnus.com>
|
1999-01-17 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
|
* elf/Makefile (test-modules): Add test-modules.
|
||||||
|
|
||||||
* stdlib/canonicalize.c (canonicalize): Update write pointer after
|
* stdlib/canonicalize.c (canonicalize): Update write pointer after
|
||||||
realloc. Minor optimizations.
|
realloc. Minor optimizations.
|
||||||
|
|
||||||
|
@ -216,6 +216,7 @@ endef
|
|||||||
|
|
||||||
modules-names = testobj1 testobj2 testobj3
|
modules-names = testobj1 testobj2 testobj3
|
||||||
test-modules = $(addprefix $(objpfx),$(addsuffix .so,$(modules-names)))
|
test-modules = $(addprefix $(objpfx),$(addsuffix .so,$(modules-names)))
|
||||||
|
generated += $(test-modules)
|
||||||
|
|
||||||
$(objpfx)testobj2.so: $(objpfx)testobj1.so
|
$(objpfx)testobj2.so: $(objpfx)testobj1.so
|
||||||
LDLIBS-testobj2.so = $(objpfx)testobj1.so
|
LDLIBS-testobj2.so = $(objpfx)testobj1.so
|
||||||
|
Loading…
Reference in New Issue
Block a user