[llvm-branch-commits] [cfe-branch] r108857 - /cfe/branches/Apple/whitney-IB/ClangBNI.mk
Daniel Dunbar
daniel at zuster.org
Tue Jul 20 09:57:23 PDT 2010
Author: ddunbar
Date: Tue Jul 20 11:57:23 2010
New Revision: 108857
URL: http://llvm.org/viewvc/llvm-project?rev=108857&view=rev
Log:
Don't install root links when INSTALL_LOCATION is set.
Modified:
cfe/branches/Apple/whitney-IB/ClangBNI.mk
Modified: cfe/branches/Apple/whitney-IB/ClangBNI.mk
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/whitney-IB/ClangBNI.mk?rev=108857&r1=108856&r2=108857&view=diff
==============================================================================
--- cfe/branches/Apple/whitney-IB/ClangBNI.mk (original)
+++ cfe/branches/Apple/whitney-IB/ClangBNI.mk Tue Jul 20 11:57:23 2010
@@ -84,9 +84,11 @@
# Default project (clang).
-# Install root links and license.
+# Install root links and license when no install location is set.
+ifeq ($(INSTALL_LOCATION),)
Post_Install_RootLinks := 1
Post_Install_OpenSourceLicense := 1
+fi
endif
More information about the llvm-branch-commits
mailing list