From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1039) id 051A53858C31; Wed, 28 Feb 2024 13:48:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 051A53858C31 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1709128127; bh=fk4tY/goTBAji3bZKjD6EnyjqkBmFhU3AMYH8zksKJw=; h=From:To:Subject:Date:From; b=IHUnJNJE3WYE0GnXS1uOrW/nCMcure+9l1vd9ZxxcHpXiTTxpELHpUiCNFKMH0EXI PsUKW5pWXaWYuCVKlRrf60IoRWnoEqDxaaen6CE4dHXs6jfYMRV+tTXgnTQX1oum94 X8fR3zkDv4M39fLupiTy3mQ7PFlxi00vUpgkNGnA= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: H.J. Lu To: glibc-cvs@sourceware.org Subject: [glibc] sysdeps/unix/sysv/linux/x86_64/Makefile: Add the end marker X-Act-Checkin: glibc X-Git-Author: H.J. Lu X-Git-Refname: refs/heads/master X-Git-Oldrev: bf9688e623262c5fa9f91e4de0e84db45025076f X-Git-Newrev: e6350be7e9cae8f71c96c1f06eab61b9acb227c8 Message-Id: <20240228134847.051A53858C31@sourceware.org> Date: Wed, 28 Feb 2024 13:48:46 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=e6350be7e9cae8f71c96c1f06eab61b9acb227c8 commit e6350be7e9cae8f71c96c1f06eab61b9acb227c8 Author: H.J. Lu Date: Wed Feb 28 05:46:40 2024 -0800 sysdeps/unix/sysv/linux/x86_64/Makefile: Add the end marker Add the end marker to tests, tests-container and modules-names. Diff: --- sysdeps/unix/sysv/linux/x86_64/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/sysdeps/unix/sysv/linux/x86_64/Makefile b/sysdeps/unix/sysv/linux/x86_64/Makefile index 4223feb95f..7d1d205fa0 100644 --- a/sysdeps/unix/sysv/linux/x86_64/Makefile +++ b/sysdeps/unix/sysv/linux/x86_64/Makefile @@ -17,18 +17,21 @@ endif ifeq ($(subdir),elf) ifeq (yes,$(enable-x86-isa-level)) tests += \ - tst-glibc-hwcaps-2 + tst-glibc-hwcaps-2 \ +# tests ifeq (no,$(build-hardcoded-path-in-tests)) # This is an ld.so.cache test, and RPATH/RUNPATH in the executable # interferes with its test objectives. tests-container += \ - tst-glibc-hwcaps-2-cache + tst-glibc-hwcaps-2-cache \ +# tests-container endif modules-names += \ libx86-64-isa-level-1 \ libx86-64-isa-level-2 \ libx86-64-isa-level-3 \ - libx86-64-isa-level-4 + libx86-64-isa-level-4 \ +# modules-names $(objpfx)tst-glibc-hwcaps-2: $(objpfx)libx86-64-isa-level.so