summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2014-09-19 18:44:27 +0000
committerEric Christopher <echristo@gmail.com>2014-09-19 18:44:27 +0000
commitabc1297a70c9b3931ffd8c14e5497e7e72de50e9 (patch)
tree33ce63fb81d081230304e5761d6cfb30ccaf6de2
parent760750c44f6009f77e7435de27bbc551f9e60b1e (diff)
downloadbcm5719-llvm-abc1297a70c9b3931ffd8c14e5497e7e72de50e9.tar.gz
bcm5719-llvm-abc1297a70c9b3931ffd8c14e5497e7e72de50e9.zip
Revert my earlier change to add "all" as a dependency to check. In
retrospect it really wasn't a good idea. llvm-svn: 218136
-rw-r--r--llvm/Makefile.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/Makefile.rules b/llvm/Makefile.rules
index 4662e4986d4..7da2dc844a7 100644
--- a/llvm/Makefile.rules
+++ b/llvm/Makefile.rules
@@ -1780,7 +1780,7 @@ endif
# CHECK: Running the test suite
###############################################################################
-check:: all
+check::
$(Verb) if test -d "$(PROJ_OBJ_ROOT)/test" ; then \
if test -f "$(PROJ_OBJ_ROOT)/test/Makefile" ; then \
$(EchoCmd) Running test suite ; \
OpenPOWER on IntegriCloud