modernize the do-all-for-me target to run lit

llvm-svn: 99148
This commit is contained in:
Gabor Greif 2010-03-21 22:23:02 +00:00
parent cd3706cd1c
commit 9f2284121a
1 changed files with 1 additions and 1 deletions

View File

@ -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