[llvm-commits] CVS: llvm/test/Makefile
Reid Spencer
reid at x10sys.com
Tue Jan 16 23:59:30 PST 2007
Changes in directory llvm/test:
Makefile updated: 1.91 -> 1.92
---
Log message:
Regression is gone, don't try to find it on clean target.
---
Diffs of the changes: (+1 -2)
Makefile | 3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
Index: llvm/test/Makefile
diff -u llvm/test/Makefile:1.91 llvm/test/Makefile:1.92
--- llvm/test/Makefile:1.91 Fri Nov 10 19:02:45 2006
+++ llvm/test/Makefile Wed Jan 17 01:59:14 2007
@@ -42,8 +42,7 @@
endif
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`
+ $(RM) -rf `find $(LLVM_OBJ_ROOT)/test -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