aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-12-04 06:47:07 +0000
committerChris Lattner <sabre@nondot.org>2004-12-04 06:47:07 +0000
commit0e2f492a7c8050efb593af137dd9d178f59dd74a (patch)
tree34c1ffa0887018527262d32085d29858babeee9b
parent59a86555a41891ce6b6e4266bb72883fb5ba4a59 (diff)
Clean feature also
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18491 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index 5caf29d0b9..95ad4c9dbf 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -126,6 +126,7 @@ check:: site.exp
clean::
$(RM) -rf `find $(LLVM_OBJ_ROOT)/test/Regression -name Output -type d -print`
+ $(RM) -rf `find $(LLVM_OBJ_ROOT)/test/Feature -name Output -type d -print`
site.exp: Makefile $(LLVM_OBJ_ROOT)/Makefile.config
@echo 'Making a new site.exp file...'