mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
Avoid warning: overriding recipe for .../tst-ro-dynamic-mod.so
Add tst-ro-dynamic-mod to modules-names-nobuild to avoid ../Makerules:767: warning: ignoring old recipe for target '.../elf/tst-ro-dynamic-mod.so' This updates BZ #28340 fix.
This commit is contained in:
parent
a1c056c9d0
commit
15e6d6785a
@ -402,8 +402,9 @@ endif
|
||||
modules-execstack-yes = tst-execstack-mod
|
||||
extra-test-objs += $(addsuffix .os,$(strip $(modules-names)))
|
||||
|
||||
# filtmod1.so, tst-big-note-lib.so have special rules.
|
||||
modules-names-nobuild := filtmod1 tst-big-note-lib
|
||||
# filtmod1.so, tst-big-note-lib.so, tst-ro-dynamic-mod.so have special
|
||||
# rules.
|
||||
modules-names-nobuild := filtmod1 tst-big-note-lib tst-ro-dynamic-mod
|
||||
|
||||
tests += $(tests-static)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user