Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tools/gdb Disable parallel build, which always fails at comp...



details:   https://anonhg.NetBSD.org/src/rev/622fccda28c0
branches:  trunk
changeset: 750028:622fccda28c0
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Mon Dec 14 08:51:31 2009 +0000

description:
Disable parallel build, which always fails at compiling itable.c / interp.c.
Only affect MKCROSSGDB=yes.

diffstat:

 tools/gdb/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e3d2951cf825 -r 622fccda28c0 tools/gdb/Makefile
--- a/tools/gdb/Makefile        Mon Dec 14 08:51:16 2009 +0000
+++ b/tools/gdb/Makefile        Mon Dec 14 08:51:31 2009 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index