]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Avoid warning: overriding recipe for .../tst-ro-dynamic-mod.so
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 24 Sep 2021 15:56:42 +0000 (08:56 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Sat, 25 Sep 2021 16:06:54 +0000 (09:06 -0700)
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.

elf/Makefile

index 0cdccaacb3ca71c53e182230bfcaaf66f710a883..26986c06928836c7079d3626954b1f53bccb6986 100644 (file)
@@ -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)