summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2003-12-11 04:48:38 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2003-12-11 04:48:38 +0000
commitf19ae4c9db16e8d82f7e4571cabe3f1470036461 (patch)
treefcbee6339116f7778bd3ad617eb00df7cbad665e /test/Makefile
parenta6ffa54e1b1ff3da90fe0cd346fbaa307f683c5a (diff)
downloadllvm-f19ae4c9db16e8d82f7e4571cabe3f1470036461.tar.gz
llvm-f19ae4c9db16e8d82f7e4571cabe3f1470036461.tar.bz2
llvm-f19ae4c9db16e8d82f7e4571cabe3f1470036461.tar.xz
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
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 2296aacc4e..ad9c6ecbd4 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