From d994db00b2a5409ca1d9ad7e82c9f0d71d6db877 Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Fri, 16 Apr 2004 15:57:02 +0000 Subject: [PATCH] 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1