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

Chris Lattner lattner at cs.uiuc.edu
Fri Dec 3 22:47:22 PST 2004



Changes in directory llvm/test:

Makefile updated: 1.72 -> 1.73
---
Log message:

Clean feature also


---
Diffs of the changes:  (+1 -0)

Index: llvm/test/Makefile
diff -u llvm/test/Makefile:1.72 llvm/test/Makefile:1.73
--- llvm/test/Makefile:1.72	Sat Dec  4 00:25:08 2004
+++ llvm/test/Makefile	Sat Dec  4 00:47:07 2004
@@ -126,6 +126,7 @@
 
 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`
 
 site.exp: Makefile $(LLVM_OBJ_ROOT)/Makefile.config
 	@echo 'Making a new site.exp file...'






More information about the llvm-commits mailing list