From f19ae4c9db16e8d82f7e4571cabe3f1470036461 Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Thu, 11 Dec 2003 04:48:38 +0000 Subject: [PATCH] Separate out target for cleaning up qmtest garbage. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10395 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 2296aacc4ef..ad9c6ecbd47 100644 --- a/test/Makefile +++ b/test/Makefile @@ -96,7 +96,9 @@ gui:: $(QMTEST) gui --no-browser --daemon # Also get rid of qmtest garbage when we 'make clean' in this directory. -clean:: +clean:: qmtest-clean + +qmtest-clean: $(RM) -rf $(LLVM_OBJ_ROOT)/test/tmp $(RM) -f $(LLVM_SRC_ROOT)/test/QMTest/*.pyo \ $(LLVM_OBJ_ROOT)/test/QMTest/*.pyo