[llvm-commits] CVS: llvm/test/Regression/BugPoint/Makefile

Chris Lattner lattner at cs.uiuc.edu
Tue Jun 24 18:39:12 PDT 2003


Changes in directory llvm/test/Regression/BugPoint:

Makefile updated: 1.2 -> 1.3

---
Log message:

Don't print message, remove temp files


---
Diffs of the changes:

Index: llvm/test/Regression/BugPoint/Makefile
diff -u llvm/test/Regression/BugPoint/Makefile:1.2 llvm/test/Regression/BugPoint/Makefile:1.3
--- llvm/test/Regression/BugPoint/Makefile:1.2	Mon Dec 23 17:47:39 2002
+++ llvm/test/Regression/BugPoint/Makefile	Tue Jun 24 18:38:09 2003
@@ -12,8 +12,8 @@
 
 Output/%.ll.out: %.ll Output/.dir $(LAS) $(LBUGPOINT)
 	-$(TESTRUNR) $<
-	-# Remove temporary files generated...
-	@rm -f bugpoint-$<-*
+	-@# Remove temporary files generated...
+	- at rm -f bugpoint-*
 
 clean::
 	rm -f *.bc





More information about the llvm-commits mailing list