[llvm-branch-commits] [cfe-branch] r123677 - /cfe/branches/Apple/palisade-IB/ClangBNI.mk

Eric Christopher echristo at apple.com
Mon Jan 17 14:03:53 PST 2011


Author: echristo
Date: Mon Jan 17 16:03:52 2011
New Revision: 123677

URL: http://llvm.org/viewvc/llvm-project?rev=123677&view=rev
Log:
Don't remove compiler-rt when copying over.

Modified:
    cfe/branches/Apple/palisade-IB/ClangBNI.mk

Modified: cfe/branches/Apple/palisade-IB/ClangBNI.mk
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/palisade-IB/ClangBNI.mk?rev=123677&r1=123676&r2=123677&view=diff
==============================================================================
--- cfe/branches/Apple/palisade-IB/ClangBNI.mk (original)
+++ cfe/branches/Apple/palisade-IB/ClangBNI.mk Mon Jan 17 16:03:52 2011
@@ -486,7 +486,7 @@
 installsrc:
 	@echo "Installing source..."
 	$(_v) $(MKDIR) "$(SRCROOT)"
-	$(_v) $(TAR) -cL --exclude src/test/ --exclude src/projects/test-suite --exclude src/projects/compiler-rt -f - .  | (cd "$(SRCROOT)"; $(TAR) xpf - )
+	$(_v) $(TAR) -cL --exclude src/test/ --exclude src/projects/test-suite -f - .  | (cd "$(SRCROOT)"; $(TAR) xpf - )
 	$(_v) $(FIND) "$(SRCROOT)" $(Find_Cruft) -depth -exec $(RMDIR) "{}" \;
 	$(_v) rm -rf "$(SRCROOT)"/src/tools/clang/test/*/
 





More information about the llvm-branch-commits mailing list