Revert r68708. It was causing this failure in the self-hosting buildbot:
authorBill Wendling <isanbard@gmail.com>
Thu, 9 Apr 2009 18:26:57 +0000 (18:26 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 9 Apr 2009 18:26:57 +0000 (18:26 +0000)
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

Makefile.rules

index c0fbf13878ef3cb4f0f57767bb315ce2dbf3668d..e6c266af7f408a4e0c773aa7f55df15e7d306d1f 100644 (file)
@@ -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 ; \