From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2191) id D131B3857405; Tue, 12 Apr 2022 19:45:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D131B3857405 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Carlos O'Donell To: glibc-cvs@sourceware.org Subject: [glibc/release/2.34/master] elf: Replace tst-audit24bmod2.so with tst-audit24bmod2 X-Act-Checkin: glibc X-Git-Author: H.J. Lu X-Git-Refname: refs/heads/release/2.34/master X-Git-Oldrev: 165e7ad459fbba2f89708fba04a55bb3981e884c X-Git-Newrev: aabdad371f44defc6046aabdc96af7782a2e94be Message-Id: <20220412194525.D131B3857405@sourceware.org> Date: Tue, 12 Apr 2022 19:45:25 +0000 (GMT) X-BeenThere: glibc-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Apr 2022 19:45:25 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=aabdad371f44defc6046aabdc96af7782a2e94be commit aabdad371f44defc6046aabdc96af7782a2e94be Author: H.J. Lu Date: Sun Feb 6 11:12:24 2022 -0800 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) Diff: --- elf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elf/Makefile b/elf/Makefile index 89021fb4dc..38e5793f35 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -872,7 +872,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)