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:
332ca6c
)
Remove temp files
author
Chris Lattner
<sabre@nondot.org>
Mon, 23 Dec 2002 23:47:39 +0000
(23:47 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 23 Dec 2002 23:47:39 +0000
(23:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5118
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/BugPoint/Makefile
patch
|
blob
|
history
diff --git
a/test/BugPoint/Makefile
b/test/BugPoint/Makefile
index 9ccafc73acc8ac623d3d98f138cf9630bc8bd701..5605efda906da4bf9d7e41fa3c30e8684ac5ab40 100644
(file)
--- a/
test/BugPoint/Makefile
+++ b/
test/BugPoint/Makefile
@@
-12,6
+12,8
@@
all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
Output/%.ll.out: %.ll Output/.dir $(LAS) $(LBUGPOINT)
-$(TESTRUNR) $<
+ -# Remove temporary files generated...
+ @rm -f bugpoint-$<-*
clean::
rm -f *.bc