[llvm-branch-commits] [cfe-branch] r102348 - /cfe/branches/Apple/palisade-IB/Makefile

Daniel Dunbar daniel at zuster.org
Mon Apr 26 10:36:31 PDT 2010


Author: ddunbar
Date: Mon Apr 26 12:36:31 2010
New Revision: 102348

URL: http://llvm.org/viewvc/llvm-project?rev=102348&view=rev
Log:
Match Palisade to draw from same sources as Williamson.

Modified:
    cfe/branches/Apple/palisade-IB/Makefile

Modified: cfe/branches/Apple/palisade-IB/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/palisade-IB/Makefile?rev=102348&r1=102347&r2=102348&view=diff
==============================================================================
--- cfe/branches/Apple/palisade-IB/Makefile (original)
+++ cfe/branches/Apple/palisade-IB/Makefile Mon Apr 26 12:36:31 2010
@@ -115,11 +115,11 @@
 	  echo "Usage: make LLVM_VERSION=2108 update-clang"; \
 	fi
 
+# FIXME: Switch to LLVM tag ASAP.
 update-clang:
 	svn rm -m 'Update.' $(SVN_CLANG)/clang
-	svn cp -m 'Update.' $(SVN_BASE)/llvm/trunk $(SVN_CLANG)/clang
-	svn cp -m 'Update.' $(SVN_BASE)/cfe/trunk $(SVN_CLANG)/clang/tools/clang
-	svn cp -m 'Update.' $(SVN_BASE)/compiler-rt/trunk $(SVN_CLANG)/clang/projects/compiler-rt
+	svn cp -m 'Update.' $(SVN_BASE)/llvm/branches/Apple/Morbo at 101744 $(SVN_CLANG)/clang
+	svn cp -m 'Update.' $(SVN_BASE)/cfe/branches/Apple/williamson $(SVN_CLANG)/clang/tools/clang
 
 update-to-tot:
 	rm -rf clang





More information about the llvm-branch-commits mailing list