From: Bill Wendling Date: Thu, 9 Apr 2009 18:26:57 +0000 (+0000) Subject: Revert r68708. It was causing this failure in the self-hosting buildbot: X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=29c0e3db6275189b77441e1a7d4813993c73d0e2;p=oota-llvm.git Revert r68708. It was causing this failure in the self-hosting buildbot: llvm[2]: Compiling lto.cpp for Debug build (PIC) make[2]: *** No rule to make target `/Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm.sh.build/Debug/lib/libLLVMBitWriter.a', needed by `/Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm.sh.build/Release/lib/libLTO.dylib'. Stop. make[1]: *** [all] Error 1 make: *** [all] Error 1 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68721 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Makefile.rules b/Makefile.rules index c0fbf13878e..e6c266af7f4 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -1547,7 +1547,7 @@ endif # CHECK: Running the test suite ############################################################################### -check:: tools-only +check:: $(Verb) if test -d "$(PROJ_OBJ_ROOT)/test" ; then \ if test -f "$(PROJ_OBJ_ROOT)/test/Makefile" ; then \ $(EchoCmd) Running test suite ; \ @@ -1564,7 +1564,7 @@ check:: tools-only # UNITTESTS: Running the unittests test suite ############################################################################### -unittests:: libs-only +unittests:: $(Verb) if test -d "$(PROJ_OBJ_ROOT)/unittests" ; then \ if test -f "$(PROJ_OBJ_ROOT)/unittests/Makefile" ; then \ $(EchoCmd) Running unittests test suite ; \