This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]