Module Name: src
Committed By: joerg
Date: Wed Jan 15 20:53:00 UTC 2014
Modified Files:
src/external/bsd/llvm: Makefile Makefile.inc
Removed Files:
src/external/bsd/llvm/librt: Makefile Makefile.inc
src/external/bsd/llvm/librt/libclang_asan: Makefile shlib_version
src/external/bsd/llvm/librt/libcompiler_rt: Makefile shlib_version
Log Message:
Don't checkout compiler-rt, drop old build glue.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/bsd/llvm/Makefile
cvs rdiff -u -r1.67 -r1.68 src/external/bsd/llvm/Makefile.inc
cvs rdiff -u -r1.2 -r0 src/external/bsd/llvm/librt/Makefile
cvs rdiff -u -r1.1 -r0 src/external/bsd/llvm/librt/Makefile.inc
cvs rdiff -u -r1.1 -r0 src/external/bsd/llvm/librt/libclang_asan/Makefile \
src/external/bsd/llvm/librt/libclang_asan/shlib_version
cvs rdiff -u -r1.1 -r0 src/external/bsd/llvm/librt/libcompiler_rt/Makefile \
src/external/bsd/llvm/librt/libcompiler_rt/shlib_version
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/llvm/Makefile
diff -u src/external/bsd/llvm/Makefile:1.7 src/external/bsd/llvm/Makefile:1.8
--- src/external/bsd/llvm/Makefile:1.7 Tue Dec 3 22:42:55 2013
+++ src/external/bsd/llvm/Makefile Wed Jan 15 20:53:00 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2013/12/03 22:42:55 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2014/01/15 20:53:00 joerg Exp $
.include <bsd.init.mk>
@@ -15,8 +15,6 @@ SUBDIR+= librt
.include "Makefile.inc"
checkout:
- 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}
Index: src/external/bsd/llvm/Makefile.inc
diff -u src/external/bsd/llvm/Makefile.inc:1.67 src/external/bsd/llvm/Makefile.inc:1.68
--- src/external/bsd/llvm/Makefile.inc:1.67 Sun Jan 5 16:38:06 2014
+++ src/external/bsd/llvm/Makefile.inc Wed Jan 15 20:53:00 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.67 2014/01/05 16:38:06 joerg Exp $
+# $NetBSD: Makefile.inc,v 1.68 2014/01/15 20:53:00 joerg Exp $
.if !defined(LLVM_TOPLEVEL_MK)
LLVM_TOPLEVEL_MK=
@@ -10,7 +10,6 @@ SVN_BRANCH= trunk
COMMON_REVISION= 198450
CLANG_REVISION= ${COMMON_REVISION}
-COMPILER_RT_REVISION= ${COMMON_REVISION}
LLD_REVISION= ${COMMON_REVISION}
LLDB_REVISION= ${COMMON_REVISION}
LLVM_REVISION= ${COMMON_REVISION}
@@ -21,7 +20,6 @@ MCLINKER_ROOT= https://code.google.com/
LLVM_VERSION= 3.5
CLANG_VERSION= 3.5
-COMPILER_RT_SRCDIR:= ${.PARSEDIR}/dist/compiler-rt
CLANG_SRCDIR:= ${.PARSEDIR}/dist/clang
LLD_SRCDIR:= ${.PARSEDIR}/dist/lld
LLDB_SRCDIR:= ${.PARSEDIR}/dist/lldb