summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-06-24 23:38:09 +0000
committerChris Lattner <sabre@nondot.org>2003-06-24 23:38:09 +0000
commit7f8bb880b470cc0016f89fb0efb2c14e80beb7eb (patch)
tree269ad2c041e2b932e24872f28108e826e7226d1a
parentee967711e9c121dfd96799abebb90914fd12d34f (diff)
downloadbcm5719-llvm-7f8bb880b470cc0016f89fb0efb2c14e80beb7eb.tar.gz
bcm5719-llvm-7f8bb880b470cc0016f89fb0efb2c14e80beb7eb.zip
Don't print message, remove temp files
llvm-svn: 6892
-rw-r--r--llvm/test/Regression/BugPoint/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Regression/BugPoint/Makefile b/llvm/test/Regression/BugPoint/Makefile
index 5605efda906..aea9a65b5c4 100644
--- a/llvm/test/Regression/BugPoint/Makefile
+++ b/llvm/test/Regression/BugPoint/Makefile
@@ -12,8 +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-$<-*
+ -@# Remove temporary files generated...
+ -@rm -f bugpoint-*
clean::
rm -f *.bc
OpenPOWER on IntegriCloud