diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2022-02-06 11:12:24 -0800 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-02-25 18:31:45 +0100 |
commit | aaacd19df6add937a02eb9223c5c1daee84374ab (patch) | |
tree | 778a78552494effbc25dc6ba5c47b33b54496adc /elf | |
parent | elf: Check invalid hole in PT_LOAD segments [BZ #28838] (diff) | |
download | glibc-aaacd19df6add937a02eb9223c5c1daee84374ab.tar.gz glibc-aaacd19df6add937a02eb9223c5c1daee84374ab.tar.bz2 glibc-aaacd19df6add937a02eb9223c5c1daee84374ab.zip |
elf: Replace tst-audit24bmod2.so with tst-audit24bmod2
Replace tst-audit24bmod2.so with tst-audit24bmod2 to silence:
make[2]: Entering directory '/export/gnu/import/git/gitlab/x86-glibc/elf'
Makefile:2201: warning: overriding recipe for target '/export/build/gnu/tools-build/glibc-gitlab/build-x86_64-linux/elf/tst-audit24bmod2.so'
../Makerules:765: warning: ignoring old recipe for target '/export/build/gnu/tools-build/glibc-gitlab/build-x86_64-linux/elf/tst-audit24bmod2.so'
(cherry picked from commit fa7ad1df1915c8a62f50e3a5b7e10f9c7118cd7f)
(cherry picked from commit e247a3b1188f6c4b623bbfbe19bb415153c66637)
Diffstat (limited to 'elf')
-rw-r--r-- | elf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/Makefile b/elf/Makefile index 5bdf0a383d..ac37159b89 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -943,7 +943,7 @@ extra-test-objs += $(addsuffix .os,$(strip $(modules-names))) # 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 \ - tst-audit24bmod1 tst-audit24bmod2.so + tst-audit24bmod1 tst-audit24bmod2 tests += $(tests-static) |