Source-Changes-D archive

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

Re: CVS commit: src/tools/gdb



> So problems are:
> - why .NOTPARALLEL doesn't work?

Since not a parallel make problem.

enami.

Index: gnu/dist/gdb6/sim/mips/Makefile.in
===================================================================
RCS file: /cvsroot/src/gnu/dist/gdb6/sim/mips/Makefile.in,v
retrieving revision 1.1.1.2
diff -u -r1.1.1.2 Makefile.in
--- gnu/dist/gdb6/sim/mips/Makefile.in  2 Jul 2006 20:28:34 -0000       1.1.1.2
+++ gnu/dist/gdb6/sim/mips/Makefile.in  15 Dec 2009 05:24:08 -0000
@@ -132,7 +132,7 @@
 $(BUILT_SRC_FROM_IGEN): tmp-igen
 
 tmp-igen: $(IGEN_INSN) $(IGEN_DC) ../igen/igen $(IGEN_INCLUDE)
-       cd ../igen && $(MAKE)
+       (cd ../igen && $(MAKE))
        ../igen/igen \
                $(IGEN_TRACE) \
                -I $(srcdir) \
@@ -213,7 +213,7 @@
 $(BUILT_SRC_FROM_M16): tmp-m16
 
 tmp-m16: $(IGEN_INSN) $(IGEN_DC) ../igen/igen $(IGEN_INCLUDE)
-       cd ../igen && $(MAKE)
+       (cd ../igen && $(MAKE))
        ../igen/igen \
                $(IGEN_TRACE) \
                -I $(srcdir) \


Home | Main Index | Thread Index | Old Index