From: H.J. Lu Date: Fri, 24 Sep 2021 15:56:42 +0000 (-0700) Subject: Avoid warning: overriding recipe for .../tst-ro-dynamic-mod.so X-Git-Tag: glibc-2.35~485 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=15e6d6785ac2935bb963506b47a37b3d1f728952;p=thirdparty%2Fglibc.git 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. --- diff --git a/elf/Makefile b/elf/Makefile index 0cdccaacb3c..26986c06928 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -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)