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...' _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits