linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RESEND PATCH] selftests/futex: fix build for clang
@ 2022-10-10  6:37 Ricardo Cañuelo
  2022-10-10 17:05 ` Shuah Khan
  2022-10-14 16:50 ` André Almeida
  0 siblings, 2 replies; 3+ messages in thread
From: Ricardo Cañuelo @ 2022-10-10  6:37 UTC (permalink / raw)
  To: linux-kselftest; +Cc: andrealmeid, dvhart, shuah, kernel

Don't use the test-specific header files as source files to force a
target dependency, as clang will complain if more than one source file
is used for a compile command with a single '-o' flag.

Use the proper Makefile variables instead as defined in
tools/testing/selftests/lib.mk.

Signed-off-by: Ricardo Cañuelo <ricardo.canuelo@collabora.com>
---
 tools/testing/selftests/futex/functional/Makefile | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/tools/testing/selftests/futex/functional/Makefile b/tools/testing/selftests/futex/functional/Makefile
index 732149011692..5a0e0df8de9b 100644
--- a/tools/testing/selftests/futex/functional/Makefile
+++ b/tools/testing/selftests/futex/functional/Makefile
@@ -3,11 +3,11 @@ INCLUDES := -I../include -I../../ -I../../../../../usr/include/
 CFLAGS := $(CFLAGS) -g -O2 -Wall -D_GNU_SOURCE -pthread $(INCLUDES) $(KHDR_INCLUDES)
 LDLIBS := -lpthread -lrt
 
-HEADERS := \
+LOCAL_HDRS := \
 	../include/futextest.h \
 	../include/atomic.h \
 	../include/logging.h
-TEST_GEN_FILES := \
+TEST_GEN_PROGS := \
 	futex_wait_timeout \
 	futex_wait_wouldblock \
 	futex_requeue_pi \
@@ -24,5 +24,3 @@ TEST_PROGS := run.sh
 top_srcdir = ../../../../..
 DEFAULT_INSTALL_HDR_PATH := 1
 include ../../lib.mk
-
-$(TEST_GEN_FILES): $(HEADERS)
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [RESEND PATCH] selftests/futex: fix build for clang
  2022-10-10  6:37 [RESEND PATCH] selftests/futex: fix build for clang Ricardo Cañuelo
@ 2022-10-10 17:05 ` Shuah Khan
  2022-10-14 16:50 ` André Almeida
  1 sibling, 0 replies; 3+ messages in thread
From: Shuah Khan @ 2022-10-10 17:05 UTC (permalink / raw)
  To: Ricardo Cañuelo, linux-kselftest
  Cc: andrealmeid, dvhart, shuah, kernel, Shuah Khan

On 10/10/22 00:37, Ricardo Cañuelo wrote:
> Don't use the test-specific header files as source files to force a
> target dependency, as clang will complain if more than one source file
> is used for a compile command with a single '-o' flag.
> 
> Use the proper Makefile variables instead as defined in
> tools/testing/selftests/lib.mk.
> 
> Signed-off-by: Ricardo Cañuelo <ricardo.canuelo@collabora.com>
> ---

I will apply this and other two patches right after the merge window for
rc2.

thanks,
-- Shuah


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [RESEND PATCH] selftests/futex: fix build for clang
  2022-10-10  6:37 [RESEND PATCH] selftests/futex: fix build for clang Ricardo Cañuelo
  2022-10-10 17:05 ` Shuah Khan
@ 2022-10-14 16:50 ` André Almeida
  1 sibling, 0 replies; 3+ messages in thread
From: André Almeida @ 2022-10-14 16:50 UTC (permalink / raw)
  To: Ricardo Cañuelo; +Cc: dvhart, shuah, kernel, linux-kselftest

On 10/10/22 03:37, Ricardo Cañuelo wrote:
> Don't use the test-specific header files as source files to force a
> target dependency, as clang will complain if more than one source file
> is used for a compile command with a single '-o' flag.
> 
> Use the proper Makefile variables instead as defined in
> tools/testing/selftests/lib.mk.
> 
> Signed-off-by: Ricardo Cañuelo <ricardo.canuelo@collabora.com>
> ---

Reviewed-by: André Almeida <andrealmeid@igalia.com>

Thanks for the patch!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-10-14 16:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-10  6:37 [RESEND PATCH] selftests/futex: fix build for clang Ricardo Cañuelo
2022-10-10 17:05 ` Shuah Khan
2022-10-14 16:50 ` André Almeida

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).