diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-08-21 21:06:35 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-08-21 21:06:35 +0000 |
commit | 376e973ad66993e7b5dbdfd173c399e1af3a1add (patch) | |
tree | edeb21a811ba32810733e3970fbe8676a0a854b5 /nptl | |
parent | 240c62a7e726fb8d78c1c4797d20b358d8aa1210 (diff) | |
download | glibc-376e973ad66993e7b5dbdfd173c399e1af3a1add.tar glibc-376e973ad66993e7b5dbdfd173c399e1af3a1add.tar.gz glibc-376e973ad66993e7b5dbdfd173c399e1af3a1add.tar.bz2 glibc-376e973ad66993e7b5dbdfd173c399e1af3a1add.zip |
[BZ #3018]
2006-07-30 Joseph S. Myers <joseph@codesourcery.com>
[BZ #3018]
* Makerules (depfiles): Handle extra-test-objs the same as
extra-objs.
(common-mostlyclean): Likewise.
* dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
instead.
* elf/Makefile (extra-objs): Likewise.
* stdlib/Makefile (extra-objs): Likewise.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/ChangeLog | 5 | ||||
-rw-r--r-- | nptl/Makefile | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 498142cb56..aacea77835 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2006-07-30 Joseph S. Myers <joseph@codesourcery.com> + + [BZ #3018] + * Makefile (extra-objs): Add modules to extra-test-objs instead. + 2006-08-20 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define diff --git a/nptl/Makefile b/nptl/Makefile index 3ba647ab70..451609aee4 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -297,7 +297,7 @@ modules-names = tst-atfork2mod tst-tls3mod tst-tls4moda tst-tls4modb \ tst-tls5mod tst-tls5moda tst-tls5modb tst-tls5modc \ tst-tls5modd tst-tls5mode tst-tls5modf \ tst-_res1mod1 tst-_res1mod2 tst-execstack-mod tst-fini1mod -extra-objs += $(addsuffix .os,$(strip $(modules-names))) tst-cleanup4aux.o +extra-test-objs += $(addsuffix .os,$(strip $(modules-names))) tst-cleanup4aux.o test-extras += $(modules-names) test-modules = $(addprefix $(objpfx),$(addsuffix .so,$(modules-names))) |