Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools/gdb disable only parallel make.
details: https://anonhg.NetBSD.org/src/rev/f5b3b4611159
branches: trunk
changeset: 750041:f5b3b4611159
user: christos <christos%NetBSD.org@localhost>
date: Mon Dec 14 14:13:16 2009 +0000
description:
disable only parallel make.
diffstat:
tools/gdb/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 8e25a6cc510f -r f5b3b4611159 tools/gdb/Makefile
--- a/tools/gdb/Makefile Mon Dec 14 14:11:32 2009 +0000
+++ b/tools/gdb/Makefile Mon Dec 14 14:13:16 2009 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index