Revert my earlier change to add "all" as a dependency to check. In
authorEric Christopher <echristo@gmail.com>
Fri, 19 Sep 2014 18:44:27 +0000 (18:44 +0000)
committerEric Christopher <echristo@gmail.com>
Fri, 19 Sep 2014 18:44:27 +0000 (18:44 +0000)
retrospect it really wasn't a good idea.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218136 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.rules

index 4662e4986d41bd7dd16c262de26b204d2dbe3594..7da2dc844a7e8114a78ea2872482f86c847d9888 100644 (file)
@@ -1780,7 +1780,7 @@ endif
 # CHECK: Running the test suite
 ###############################################################################
 
 # 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 ; \
        $(Verb) if test -d "$(PROJ_OBJ_ROOT)/test" ; then \
          if test -f "$(PROJ_OBJ_ROOT)/test/Makefile" ; then \
            $(EchoCmd) Running test suite ; \