|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] x86emul/test: extend cleaning of generated files
commit 774c382b28bf6e6e29f9c8b0a2bbf65c0fc71d4f
Author: Jan Beulich <jbeulich@xxxxxxxx>
AuthorDate: Thu Nov 13 09:08:27 2025 +0100
Commit: Jan Beulich <jbeulich@xxxxxxxx>
CommitDate: Thu Nov 13 09:08:27 2025 +0100
x86emul/test: extend cleaning of generated files
Many *.c files are symlinked while building, so along with generated *.h
files they ought to be removed. Conversely $(TARGET) doesn't need removing
twice.
Fixes: cb4fcf70b2f3 ("x86emul: parallelize SIMD test code building")
Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
Acked-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
---
tools/tests/x86_emulator/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tools/tests/x86_emulator/Makefile
b/tools/tests/x86_emulator/Makefile
index 34f48d83b3..fefa29a06c 100644
--- a/tools/tests/x86_emulator/Makefile
+++ b/tools/tests/x86_emulator/Makefile
@@ -261,7 +261,8 @@ $(TARGET): $(OBJS)
.PHONY: clean
clean:
rm -rf $(TARGET) *.o *~ core *.bin x86_emulate
- rm -rf $(TARGET) $(addsuffix .h,$(TESTCASES)) $(addsuffix
-opmask.h,$(OPMASK))
+ rm -rf $(addsuffix .h,$(TESTCASES)) $(addsuffix -opmask.h,$(OPMASK))
+ rm -rf $(addsuffix .c,$(filter-out blowfish,$(TESTCASES)))
.PHONY: distclean
distclean: clean
--
generated by git-patchbot for /home/xen/git/xen.git#master
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |