summaryrefslogtreecommitdiffstats
path: root/llvm/Makefile
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2010-03-21 22:23:02 +0000
committerGabor Greif <ggreif@gmail.com>2010-03-21 22:23:02 +0000
commit9f2284121a4fc4e108c93ab2f7b045700617bb72 (patch)
treece142d0b82efaafbc910957200690ef514770497 /llvm/Makefile
parentcd3706cd1c82bba082ecaa482d152b162cf09ca7 (diff)
downloadbcm5719-llvm-9f2284121a4fc4e108c93ab2f7b045700617bb72.tar.gz
bcm5719-llvm-9f2284121a4fc4e108c93ab2f7b045700617bb72.zip
modernize the do-all-for-me target to run lit
llvm-svn: 99148
Diffstat (limited to 'llvm/Makefile')
-rw-r--r--llvm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/Makefile b/llvm/Makefile
index f5a9b336e37..efbae8ddeda 100644
--- a/llvm/Makefile
+++ b/llvm/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
OpenPOWER on IntegriCloud