aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2009-10-30 19:51:32 +0000
committerJim Grosbach <grosbach@apple.com>2009-10-30 19:51:32 +0000
commiteebeb09c84a0685a186a5539ee01ac7e8c4315d7 (patch)
tree37e491ae59b804cafb6e928d482ce2d339d0fbd7 /Makefile
parent56c480af03aad91c507eed011fd3977e81225e70 (diff)
downloadexternal_llvm-eebeb09c84a0685a186a5539ee01ac7e8c4315d7.zip
external_llvm-eebeb09c84a0685a186a5539ee01ac7e8c4315d7.tar.gz
external_llvm-eebeb09c84a0685a186a5539ee01ac7e8c4315d7.tar.bz2
update name check for Apple style builds to be more permissive
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85605 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 001d2ad..b0045dc 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,9 @@ LEVEL := .
# "llvmCore", then this is an "Apple-style" build; search for
# "Apple-style" in the comments for more info. Anything else is a
# normal build.
-ifneq ($(RC_ProjectName),llvmCore) # Normal build (not "Apple-style").
+#ifneq ($(RC_ProjectName),llvmCore) # Normal build (not "Apple-style").
+ifneq ($(findstring llvmCore, $(RC_ProjectName)),llvmCore) # Normal build (not "Apple-style").
+
ifeq ($(BUILD_DIRS_ONLY),1)
DIRS := lib/System lib/Support utils
OPTIONAL_DIRS :=