Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gcc/lib need .WAIT before *san since they depe...
details: https://anonhg.NetBSD.org/src/rev/5e0641b009a8
branches: trunk
changeset: 351958:5e0641b009a8
user: christos <christos%NetBSD.org@localhost>
date: Tue Mar 07 16:26:37 2017 +0000
description:
need .WAIT before *san since they depend on libc++
diffstat:
external/gpl3/gcc/lib/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r d705c2721c9d -r 5e0641b009a8 external/gpl3/gcc/lib/Makefile
--- a/external/gpl3/gcc/lib/Makefile Tue Mar 07 11:54:16 2017 +0000
+++ b/external/gpl3/gcc/lib/Makefile Tue Mar 07 16:26:37 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2016/06/05 01:17:57 christos Exp $
+# $NetBSD: Makefile,v 1.13 2017/03/07 16:26:37 christos Exp $
.include <bsd.own.mk>
@@ -12,6 +12,6 @@
SUBDIR+= libsupc++ libstdc++-v3
.endif
-SUBDIR+= libasan libubsan
+SUBDIR+= .WAIT libasan libubsan
.include <bsd.subdir.mk>
Home |
Main Index |
Thread Index |
Old Index