sysdeps/unix/sysv/linux/x86_64/Makefile: Add the end marker

Message ID 20240228134640.2196201-1-hjl.tools@gmail.com
State Committed
Commit e6350be7e9cae8f71c96c1f06eab61b9acb227c8
Headers
Series sysdeps/unix/sysv/linux/x86_64/Makefile: Add the end marker |

Checks

Context Check Description
redhat-pt-bot/TryBot-apply_patch success Patch applied to master at the time it was sent
redhat-pt-bot/TryBot-32bit fail Patch series failed to apply
linaro-tcwg-bot/tcwg_glibc_build--master-arm fail Patch failed to apply
linaro-tcwg-bot/tcwg_glibc_build--master-aarch64 fail Patch failed to apply

Commit Message

H.J. Lu Feb. 28, 2024, 1:46 p.m. UTC
  Add the end marker to tests, tests-container and modules-names.
---
 sysdeps/unix/sysv/linux/x86_64/Makefile | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)
  

Comments

H.J. Lu Feb. 28, 2024, 1:47 p.m. UTC | #1
On Wed, Feb 28, 2024 at 5:46 AM H.J. Lu <hjl.tools@gmail.com> wrote:
>
> Add the end marker to tests, tests-container and modules-names.
> ---
>  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 9a1e7aa646..fcbffd81cb 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
>
> --
> 2.43.2
>

I am checking it in.
  

Patch

diff --git a/sysdeps/unix/sysv/linux/x86_64/Makefile b/sysdeps/unix/sysv/linux/x86_64/Makefile
index 9a1e7aa646..fcbffd81cb 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