Module Name:    src
Committed By:   christos
Date:           Mon Dec 14 14:13:17 UTC 2009

Modified Files:
        src/tools/gdb: Makefile

Log Message:
disable only parallel make.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/tools/gdb/Makefile

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

Modified files:

Index: src/tools/gdb/Makefile
diff -u src/tools/gdb/Makefile:1.12 src/tools/gdb/Makefile:1.13
--- src/tools/gdb/Makefile:1.12	Mon Dec 14 03:51:31 2009
+++ src/tools/gdb/Makefile	Mon Dec 14 09:13:16 2009
@@ -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
 

Reply via email to