[llvm] r218136 - Revert my earlier change to add "all" as a dependency to check. In

Eric Christopher echristo at gmail.com
Fri Sep 19 11:44:28 PDT 2014


Author: echristo
Date: Fri Sep 19 13:44:27 2014
New Revision: 218136

URL: http://llvm.org/viewvc/llvm-project?rev=218136&view=rev
Log:
Revert my earlier change to add "all" as a dependency to check. In
retrospect it really wasn't a good idea.

Modified:
    llvm/trunk/Makefile.rules

Modified: llvm/trunk/Makefile.rules
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/Makefile.rules?rev=218136&r1=218135&r2=218136&view=diff
==============================================================================
--- llvm/trunk/Makefile.rules (original)
+++ llvm/trunk/Makefile.rules Fri Sep 19 13:44:27 2014
@@ -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 ; \





More information about the llvm-commits mailing list