[llvm-commits] CVS: llvm/test/Regression/BugPoint/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Mon Dec 23 17:48:02 PST 2002
Changes in directory llvm/test/Regression/BugPoint:
Makefile updated: 1.1 -> 1.2
---
Log message:
Remove temp files
---
Diffs of the changes:
Index: llvm/test/Regression/BugPoint/Makefile
diff -u llvm/test/Regression/BugPoint/Makefile:1.1 llvm/test/Regression/BugPoint/Makefile:1.2
--- llvm/test/Regression/BugPoint/Makefile:1.1 Wed Nov 20 16:30:01 2002
+++ llvm/test/Regression/BugPoint/Makefile Mon Dec 23 17:47:39 2002
@@ -12,6 +12,8 @@
Output/%.ll.out: %.ll Output/.dir $(LAS) $(LBUGPOINT)
-$(TESTRUNR) $<
+ -# Remove temporary files generated...
+ @rm -f bugpoint-$<-*
clean::
rm -f *.bc
More information about the llvm-commits
mailing list