From 0914f63cc3ce62b6872e2760dd325829b52d8396 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Fri, 19 Sep 2014 18:44:27 +0000 Subject: [PATCH] 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 --- Makefile.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ; \ -- 2.34.1