modernize the do-all-for-me target to run lit
authorGabor Greif <ggreif@gmail.com>
Sun, 21 Mar 2010 22:23:02 +0000 (22:23 +0000)
committerGabor Greif <ggreif@gmail.com>
Sun, 21 Mar 2010 22:23:02 +0000 (22:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99148 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile

index f5a9b336e3749cf7aea8e9cefa427acadd3da26a..efbae8ddedaf1674d85dc73e66ef3768cc8cf42a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -214,7 +214,7 @@ update:
        $(SVN) $(SVN-UPDATE-OPTIONS) update $(LLVM_SRC_ROOT)
        @ $(SVN) status $(LLVM_SRC_ROOT) | $(SUB-SVN-DIRS) | xargs $(SVN) $(SVN-UPDATE-OPTIONS) update
 
-happiness: update all check unittests
+happiness: update all check-all
 
 .PHONY: srpm rpm update happiness