From: Eric Christopher Date: Fri, 19 Sep 2014 18:44:27 +0000 (+0000) Subject: Revert my earlier change to add "all" as a dependency to check. In X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0914f63cc3ce62b6872e2760dd325829b52d8396;p=oota-llvm.git Revert my earlier change to add "all" as a dependency to check. In 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 --- diff --git a/Makefile.rules b/Makefile.rules index 4662e4986d4..7da2dc844a7 100644 --- a/Makefile.rules +++ b/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 ; \