Module Name: src
Committed By: uebayasi
Date: Mon Dec 14 08:51:31 UTC 2009
Modified Files:
src/tools/gdb: Makefile
Log Message:
Disable parallel build, which always fails at compiling itable.c / interp.c.
Only affect MKCROSSGDB=yes.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 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.11 src/tools/gdb/Makefile:1.12
--- src/tools/gdb/Makefile:1.11 Fri Dec 5 05:12:02 2008
+++ src/tools/gdb/Makefile Mon Dec 14 08:51:31 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2008/12/05 05:12:02 mrg Exp $
+# $NetBSD: Makefile,v 1.12 2009/12/14 08:51:31 uebayasi Exp $
.include <bsd.own.mk>
@@ -11,6 +11,7 @@
MAKE_ARGS= MACHINE= MAKEINFO=${TOOL_MAKEINFO:Q}
+.MAKEFLAGS: -B # XXX otherwise fails with itable.c / interp.c build
ALL_TARGET= all-gdb
INSTALL_TARGET= install-gdb