From: Arnaldo Carvalho de Melo Date: Fri, 13 Dec 2024 19:29:54 +0000 (-0300) Subject: tools build feature: Don't set feature-libslang-include-subdir=1 if test-all.c builds X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=701b27403c69e8290145de7d41a22faf92110e91;p=users%2Fhch%2Fmisc.git tools build feature: Don't set feature-libslang-include-subdir=1 if test-all.c builds As it is not really included in tools/build/feature/test-all.c, so any questioning about this feature should really try to build tools/build/feature/test-libslang-include-subdir.c and not set it as detected when test-all.c builds. Cc: Adrian Hunter Cc: Ian Rogers Cc: James Clark Cc: Jiri Olsa Cc: Kan Liang Cc: Namhyung Kim Link: https://lore.kernel.org/lkml/20241213195052.914914-2-acme@kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/build/Makefile.feature b/tools/build/Makefile.feature index e25cdb7db40e..16c3194c3a5c 100644 --- a/tools/build/Makefile.feature +++ b/tools/build/Makefile.feature @@ -82,7 +82,6 @@ FEATURE_TESTS_BASIC := \ libperl \ libpython \ libslang \ - libslang-include-subdir \ libtraceevent \ libtracefs \ libcpupower \