You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
1.0 KiB
30 lines
1.0 KiB
commit 6548a9bdba95b3e1fcdbd85445342467e4b0cd4f |
|
Author: H.J. Lu <hjl.tools@gmail.com> |
|
Date: Fri Sep 24 08:56:42 2021 -0700 |
|
|
|
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. |
|
|
|
(cherry picked from commit 15e6d6785ac2935bb963506b47a37b3d1f728952) |
|
|
|
diff --git a/elf/Makefile b/elf/Makefile |
|
index de854b4d1a815bd3..118d579c42c38110 100644 |
|
--- a/elf/Makefile |
|
+++ b/elf/Makefile |
|
@@ -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) |
|
|
|
|