Skip to content

Commit

Permalink
Revert my earlier change to add "all" as a dependency to check. In
Browse files Browse the repository at this point in the history
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
  • Loading branch information
echristo committed Sep 19, 2014
1 parent b2c0a6d commit 0914f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.rules
Original file line number Diff line number Diff line change
Expand Up @@ -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 ; \
Expand Down

0 comments on commit 0914f63

Please sign in to comment.