Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

tools build: Make test-rust.bin be removed by the 'clean' target

test-rust.bin is missing from the list of FILES, and thus is not removed by the
clean target. This could lead to a false feature detection, since the binary
stays there. Fix it.

Fixes: 6a32fa5ccd33da5d ("tools build: Add a feature test for rust compiler")
Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Dmitrii Dolgov <9erthalion6@gmail.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

authored by

Dmitrii Dolgov and committed by
Arnaldo Carvalho de Melo
84a654f7 3d012b86

+1
+1
tools/build/feature/Makefile
··· 73 73 test-clang-bpf-co-re.bin \ 74 74 test-file-handle.bin \ 75 75 test-libpfm4.bin \ 76 + test-rust.bin \ 76 77 test-libopenssl.bin 77 78 78 79 FILES := $(addprefix $(OUTPUT),$(FILES))