diff options
| author | H.J. Lu <hjl.tools@gmail.com> | 2021-09-24 08:56:42 -0700 |
|---|---|---|
| committer | Florian Weimer <fweimer@redhat.com> | 2021-11-03 10:21:04 +0100 |
| commit | 6548a9bdba95b3e1fcdbd85445342467e4b0cd4f (patch) | |
| tree | cfa1e1b9a63444dc87be0563c2983fa8d98370e4 /elf | |
| parent | 5f36e5c70107ecb59281ef57f9f1c0e37ec3076d (diff) | |
| download | glibc-6548a9bdba95b3e1fcdbd85445342467e4b0cd4f.tar.xz glibc-6548a9bdba95b3e1fcdbd85445342467e4b0cd4f.zip | |
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)
Diffstat (limited to 'elf')
| -rw-r--r-- | elf/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/elf/Makefile b/elf/Makefile index de854b4d1a..118d579c42 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) |
