From: Brian Gaeke Date: Fri, 16 Apr 2004 15:57:02 +0000 (+0000) Subject: As a part of the bootstrapping process, the top-level tools-only target X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=d994db00b2a5409ca1d9ad7e82c9f0d71d6db877;p=oota-llvm.git As a part of the bootstrapping process, the top-level tools-only target should not build projects. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12984 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Makefile b/Makefile index 7146bfbef52..57cbeb5fa9b 100644 --- a/Makefile +++ b/Makefile @@ -8,10 +8,10 @@ ##===----------------------------------------------------------------------===## LEVEL = . DIRS = lib/Support utils lib tools -OPTIONAL_DIRS = projects ifneq ($(MAKECMDGOALS),tools-only) DIRS += runtime +OPTIONAL_DIRS = projects endif include $(LEVEL)/Makefile.common