projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8a1728
)
Regression is gone, don't try to find it on clean target.
author
Reid Spencer
<rspencer@reidspencer.com>
Wed, 17 Jan 2007 07:59:14 +0000
(07:59 +0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Wed, 17 Jan 2007 07:59:14 +0000
(07:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33296
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Makefile
patch
|
blob
|
history
diff --git
a/test/Makefile
b/test/Makefile
index 593caafc8acf3281c09d02e74fb24617c42e1b3b..eac56ab215c7817c71453e404f6fb88174f50f97 100644
(file)
--- a/
test/Makefile
+++ b/
test/Makefile
@@
-42,8
+42,7
@@
check-local:: site.exp
endif
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`
+ $(RM) -rf `find $(LLVM_OBJ_ROOT)/test -name Output -type d -print`
site.exp: Makefile $(LLVM_OBJ_ROOT)/Makefile.config
@echo 'Making a new site.exp file...'