This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Sequential build of libjava
- From: Mike Stump <mrs at apple dot com>
- To: "Paul D. Smith" <psmith at gnu dot org>
- Cc: Brad Lucier <lucier at math dot purdue dot edu>, ghazi at caip dot rutgers dot edu (Kaveh R. Ghazi), gcc at gcc dot gnu dot org, java at gcc dot gnu dot org, matz at suse dot de, mszick at goquest dot com, phil at jaj dot com, tromey at redhat dot com
- Date: Mon, 16 Sep 2002 10:40:32 -0700
- Subject: Re: Sequential build of libjava
On Friday, September 13, 2002, at 09:19 PM, Paul D. Smith wrote:
%% Brad Lucier <lucier@math.purdue.edu> writes:
bl> OK, so what can be done at build invocation time to get this
right?
I think we've already given all the options.
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, If not, is there some other incantation
that lets us retain most of the old form?