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: Mike Stump <mrs at apple dot com>
- Cc: "Paul D. Smith" <psmith at gnu dot org>,Brad Lucier <lucier at math dot purdue dot edu>,"Kaveh R. Ghazi" <ghazi at caip dot rutgers dot edu>, <gcc at gcc dot gnu dot org>,<java at gcc dot gnu dot org>, <mszick at goquest dot com>, <phil at jaj dot com>,<tromey at redhat dot com>
- Date: Mon, 16 Sep 2002 20:51:53 +0200 (CEST)
- Subject: Re: Sequential build of libjava
Hi,
On Mon, 16 Sep 2002, Mike Stump wrote:
> > The only thing that can be done within the makefile is to stop "hiding"
> > of $(MAKE)
>
> I have a question, if we do:
>
> echo $(MAKE) >/dev/null; $(MULTIDO) what-ev-a
>
> would make do the right thing,
Yay. That's the idea I was trying to find ;-) At least it makes the
warning go away for me (only tried libiberty, though), so there is a
chance, that it indeed could fix the problem.
Ciao,
Michael.