Mon Dec 14 14:13:17 2009 UTC ()
disable only parallel make.


(christos)
diff -r1.12 -r1.13 src/tools/gdb/Makefile

cvs diff -r1.12 -r1.13 src/tools/gdb/Makefile (expand / switch to context diff)
--- src/tools/gdb/Makefile 2009/12/14 08:51:31 1.12
+++ src/tools/gdb/Makefile 2009/12/14 14:13:16 1.13
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.12 2009/12/14 08:51:31 uebayasi Exp $
+#	$NetBSD: Makefile,v 1.13 2009/12/14 14:13:16 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -11,7 +11,7 @@
 
 MAKE_ARGS=	MACHINE= MAKEINFO=${TOOL_MAKEINFO:Q}
 
-.MAKEFLAGS: -B	# XXX otherwise fails with itable.c / interp.c build
+.NOTPARALLEL:	# XXX otherwise fails with itable.c / interp.c build
 ALL_TARGET=	all-gdb
 INSTALL_TARGET=	install-gdb