Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib libasan depends on libstdc++ so move it under the wait b...
details: https://anonhg.NetBSD.org/src/rev/3ba8da8a2d4b
branches: trunk
changeset: 338149:3ba8da8a2d4b
user: christos <christos%NetBSD.org@localhost>
date: Tue May 12 19:43:50 2015 +0000
description:
libasan depends on libstdc++ so move it under the wait barrier.
diffstat:
lib/Makefile | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diffs (28 lines):
diff -r 6f056d63fc98 -r 3ba8da8a2d4b lib/Makefile
--- a/lib/Makefile Tue May 12 19:24:57 2015 +0000
+++ b/lib/Makefile Tue May 12 19:43:50 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.221 2015/04/17 22:17:23 mrg Exp $
+# $NetBSD: Makefile,v 1.222 2015/05/12 19:43:50 christos Exp $
# from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91
.include <bsd.own.mk>
@@ -143,14 +143,15 @@
SUBDIR+= ../external/gpl3/${EXTERNAL_GCC_SUBDIR}/lib/libstdc++-v3
SUBDIR+= ../external/gpl3/${EXTERNAL_GCC_SUBDIR}/lib/libsupc++
.endif
+
+#==================== 2nd library dependency barrier ====================
+SUBDIR+= .WAIT
+
SANITIZER_DIR=../external/gpl3/${EXTERNAL_GCC_SUBDIR}/lib/libasan
.if exists(${SANITIZER_DIR})
SUBDIR+= ${SANITIZER_DIR}
.endif
-#==================== 2nd library dependency barrier ====================
-SUBDIR+= .WAIT
-
SUBDIR+= ../external/bsd/libarchive/lib # depends on libxz
.if (${MKNPF} != "no")
Home |
Main Index |
Thread Index |
Old Index