]> 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)
committerFlorian Weimer <fweimer@redhat.com>
Wed, 3 Nov 2021 09:21:04 +0000 (10:21 +0100)
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.

(cherry picked from commit 15e6d6785ac2935bb963506b47a37b3d1f728952)

elf/Makefile

index de854b4d1a815bd3c5485e0b8f7a1fea326d5b16..118d579c42c381103686bcedd2f7b221d2e5b809 100644 (file)
@@ -399,8 +399,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)