Skip to content

Commit 84a654f

Browse files
erthalionacmel
authored andcommitted
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: 6a32fa5 ("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>
1 parent 3d012b8 commit 84a654f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tools/build/feature/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ FILES= \
7373
test-clang-bpf-co-re.bin \
7474
test-file-handle.bin \
7575
test-libpfm4.bin \
76+
test-rust.bin \
7677
test-libopenssl.bin
7778

7879
FILES := $(addprefix $(OUTPUT),$(FILES))

0 commit comments

Comments
 (0)