Module Name:    src
Committed By:   christos
Date:           Tue May 12 19:43:50 UTC 2015

Modified Files:
        src/lib: Makefile

Log Message:
libasan depends on libstdc++ so move it under the wait barrier.


To generate a diff of this commit:
cvs rdiff -u -r1.221 -r1.222 src/lib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/Makefile
diff -u src/lib/Makefile:1.221 src/lib/Makefile:1.222
--- src/lib/Makefile:1.221	Fri Apr 17 18:17:23 2015
+++ src/lib/Makefile	Tue May 12 15:43:50 2015
@@ -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/bsd/libc++
 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")

Reply via email to