Split checkout target into two parts now that llvm and clang are
imported. Requested by matt@
This commit is contained in:
parent
6c985f14ae
commit
95a24f0297
6
external/bsd/llvm/Makefile
vendored
6
external/bsd/llvm/Makefile
vendored
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.6 2013/11/28 14:19:59 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2013/12/03 22:42:55 joerg Exp $
|
||||
|
||||
.include <bsd.init.mk>
|
||||
|
||||
@ -15,11 +15,13 @@ SUBDIR+= librt
|
||||
.include "Makefile.inc"
|
||||
|
||||
checkout:
|
||||
svn co -r ${CLANG_REVISION} ${SVN_ROOT}/cfe/${SVN_BRANCH} ${CLANG_SRCDIR}
|
||||
svn co -r ${COMPILER_RT_REVISION} ${SVN_ROOT}/compiler-rt/${SVN_BRANCH} \
|
||||
${COMPILER_RT_SRCDIR}
|
||||
svn co -r ${LLD_REVISION} ${SVN_ROOT}/lld/${SVN_BRANCH} ${LLD_SRCDIR}
|
||||
svn co -r ${LLDB_REVISION} ${SVN_ROOT}/lldb/${SVN_BRANCH} ${LLDB_SRCDIR}
|
||||
|
||||
checkout-imported:
|
||||
svn co -r ${CLANG_REVISION} ${SVN_ROOT}/cfe/${SVN_BRANCH} ${CLANG_SRCDIR}
|
||||
svn co -r ${LLVM_REVISION} ${SVN_ROOT}/llvm/${SVN_BRANCH} ${LLVM_SRCDIR}
|
||||
|
||||
checkout-mclinker:
|
||||
|
Loading…
Reference in New Issue
Block a user