|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen staging-4.19] x86emul/test: extend cleaning of generated files
commit e2f2beb9219de02b720efbd913bb1b89e74d337a
Author: Jan Beulich <jbeulich@xxxxxxxx>
AuthorDate: Tue Nov 25 09:38:33 2025 +0100
Commit: Jan Beulich <jbeulich@xxxxxxxx>
CommitDate: Tue Nov 25 09:38:33 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>
master commit: 774c382b28bf6e6e29f9c8b0a2bbf65c0fc71d4f
master date: 2025-11-13 09:08:27 +0100
---
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 834b2112e7..b310c909a3 100644
--- a/tools/tests/x86_emulator/Makefile
+++ b/tools/tests/x86_emulator/Makefile
@@ -264,7 +264,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#staging-4.19
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |