diff options
author | Eric Christopher <echristo@gmail.com> | 2014-09-19 18:44:27 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2014-09-19 18:44:27 +0000 |
commit | 0914f63cc3ce62b6872e2760dd325829b52d8396 (patch) | |
tree | bfc949397d87e7ee3ad5eeba7206b4e5eba0faf7 /Makefile.rules | |
parent | b2c0a6db6ef94fc796851bb7c7fe6b3728768d97 (diff) |
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
Diffstat (limited to 'Makefile.rules')
-rw-r--r-- | Makefile.rules | 2 |
1 files changed, 1 insertions, 1 deletions
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 ; \ |