[llvm-branch-commits] [cfe-branch] r102726 - /cfe/branches/Apple/cremebrulee-IB/Makefile
Daniel Dunbar
daniel at zuster.org
Fri Apr 30 11:14:30 PDT 2010
Author: ddunbar
Date: Fri Apr 30 13:14:29 2010
New Revision: 102726
URL: http://llvm.org/viewvc/llvm-project?rev=102726&view=rev
Log:
Do a full LLVM install from stage 1, when using bootstrapped build.
Modified:
cfe/branches/Apple/cremebrulee-IB/Makefile
Modified: cfe/branches/Apple/cremebrulee-IB/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/cremebrulee-IB/Makefile?rev=102726&r1=102725&r2=102726&view=diff
==============================================================================
--- cfe/branches/Apple/cremebrulee-IB/Makefile (original)
+++ cfe/branches/Apple/cremebrulee-IB/Makefile Fri Apr 30 13:14:29 2010
@@ -251,7 +251,7 @@
$(_v) for arch in $(RC_ARCHS) ; do \
echo "Building (Stage 1) $(Project) for $$arch..." && \
$(MAKE) -j$(SYSCTL) -C $(OBJROOT)/stage1-$$arch $(Build_Target) || exit 1; \
- $(MAKE) -j$(SYSCTL) -C $(OBJROOT)/stage1-$$arch $(Install_Target) || exit 1; \
+ $(MAKE) -j$(SYSCTL) -C $(OBJROOT)/stage1-$$arch install || exit 1; \
done
configure-clang_final: $(Final_Configure_Target)
More information about the llvm-branch-commits
mailing list