This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Sequential build of libjava
- From: Michael Matz <matz at suse dot de>
- To: Brad Lucier <lucier at math dot purdue dot edu>
- Cc: Phil Edwards <phil at jaj dot com>, Tom Tromey <tromey at redhat dot com>,<gcc at gcc dot gnu dot org>, <java at gcc dot gnu dot org>, <psmith at gnu dot org>
- Date: Thu, 5 Sep 2002 22:56:23 +0200 (CEST)
- Subject: Re: Sequential build of libjava
Hi,
On Thu, 5 Sep 2002, Brad Lucier wrote:
> Well, part of the mystery might be solved with this message from the
> gnu make maintainer that I found in the make-bugs mail list. Bottom
> line---tcsh and csh are broken with make -j <number>, and I'm using
> tcsh.
But most probably not as CONFIG_SHELL, or? Because in that case probably
none of the Makefile would work at all. Basically they all have
"SHELL=@SHELL@", and $SHELL is set in configure to either CONFIGURE_SHELL,
or /bin/sh. I.e. most probably it uses /bin/sh also for you. Can you
fiddle with the commands which use MULTIDO, to change it temporarily
directly to the value, to which MULTIDO is actually set?
Ciao,
Michael.