Module Name: src
Committed By: uebayasi
Date: Tue Dec 15 11:39:05 UTC 2009
Modified Files:
src/gnu/dist/gdb6/sim/mips: Makefile.in
src/gnu/dist/gdb6/sim/mn10300: Makefile.in
src/gnu/dist/gdb6/sim/v850: Makefile.in
src/tools/gdb: Makefile
Log Message:
Fix parallel build. Analyzed & patch provided by enami@, thanks!
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r1.2 src/gnu/dist/gdb6/sim/mips/Makefile.in
cvs rdiff -u -r1.1.1.1 -r1.2 src/gnu/dist/gdb6/sim/mn10300/Makefile.in
cvs rdiff -u -r1.1.1.1 -r1.2 src/gnu/dist/gdb6/sim/v850/Makefile.in
cvs rdiff -u -r1.13 -r1.14 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/gnu/dist/gdb6/sim/mips/Makefile.in
diff -u src/gnu/dist/gdb6/sim/mips/Makefile.in:1.1.1.2 src/gnu/dist/gdb6/sim/mips/Makefile.in:1.2
--- src/gnu/dist/gdb6/sim/mips/Makefile.in:1.1.1.2 Sun Jul 2 20:28:34 2006
+++ src/gnu/dist/gdb6/sim/mips/Makefile.in Tue Dec 15 11:39:05 2009
@@ -132,7 +132,6 @@
$(BUILT_SRC_FROM_IGEN): tmp-igen
tmp-igen: $(IGEN_INSN) $(IGEN_DC) ../igen/igen $(IGEN_INCLUDE)
- cd ../igen && $(MAKE)
../igen/igen \
$(IGEN_TRACE) \
-I $(srcdir) \
Index: src/gnu/dist/gdb6/sim/mn10300/Makefile.in
diff -u src/gnu/dist/gdb6/sim/mn10300/Makefile.in:1.1.1.1 src/gnu/dist/gdb6/sim/mn10300/Makefile.in:1.2
--- src/gnu/dist/gdb6/sim/mn10300/Makefile.in:1.1.1.1 Mon May 15 14:24:50 2006
+++ src/gnu/dist/gdb6/sim/mn10300/Makefile.in Tue Dec 15 11:39:05 2009
@@ -82,7 +82,6 @@
IGEN_INSN=$(srcdir)/mn10300.igen $(srcdir)/am33.igen $(srcdir)/am33-2.igen
IGEN_DC=$(srcdir)/mn10300.dc
tmp-igen: $(IGEN_INSN) $(IGEN_DC) ../igen/igen
- cd ../igen && $(MAKE)
../igen/igen \
$(IGEN_TRACE) \
-G gen-direct-access \
Index: src/gnu/dist/gdb6/sim/v850/Makefile.in
diff -u src/gnu/dist/gdb6/sim/v850/Makefile.in:1.1.1.1 src/gnu/dist/gdb6/sim/v850/Makefile.in:1.2
--- src/gnu/dist/gdb6/sim/v850/Makefile.in:1.1.1.1 Mon May 15 14:26:30 2006
+++ src/gnu/dist/gdb6/sim/v850/Makefile.in Tue Dec 15 11:39:05 2009
@@ -80,7 +80,6 @@
IGEN_INSN=$(srcdir)/v850.igen
IGEN_DC=$(srcdir)/v850-dc
tmp-igen: $(IGEN_INSN) $(IGEN_DC) ../igen/igen
- cd ../igen && $(MAKE)
../igen/igen \
$(IGEN_TRACE) \
-G gen-direct-access \
Index: src/tools/gdb/Makefile
diff -u src/tools/gdb/Makefile:1.13 src/tools/gdb/Makefile:1.14
--- src/tools/gdb/Makefile:1.13 Mon Dec 14 14:13:16 2009
+++ src/tools/gdb/Makefile Tue Dec 15 11:39:05 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2009/12/14 14:13:16 christos Exp $
+# $NetBSD: Makefile,v 1.14 2009/12/15 11:39:05 uebayasi Exp $
.include <bsd.own.mk>
@@ -11,7 +11,6 @@
MAKE_ARGS= MACHINE= MAKEINFO=${TOOL_MAKEINFO:Q}
-.NOTPARALLEL: # XXX otherwise fails with itable.c / interp.c build
ALL_TARGET= all-gdb
INSTALL_TARGET= install-gdb