This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: no make quickstrap in gcc 3.0.1
- To: karl at gnu dot org
- Subject: Re: no make quickstrap in gcc 3.0.1
- From: DJ Delorie <dj at redhat dot com>
- Date: Wed, 22 Aug 2001 18:59:54 -0400
- CC: bug-gcc at gnu dot org
- References: <200108221351.JAA17124.cygnus.bug-gcc@billohost.com>
> I see. It's asking a lot for poor installers like me to read all the
> zillions of change directory messages that make outputs.
Well, you only have to read the one "Leaving..." after the error
message. And you have to do that to track down build errors if they
occur anyway.
> I'd suggest either (a) adding "(in the gcc subdirectory)" to the
> message, or (b) making quickstrap and cleanstrap work at the top
> level if you're going to advertise it like this, or (c) removing the
> message at the gcc level.
(a) should be simple enough that if you (or anyone) would like to
submit a patch, there should be no problems approving it. Make sure
you quote the parens.
(b) can be done similar to the way bootstrap is handled, although
there has been some desire to make such targets from the top affect
the *whole* build, not just the gcc directory.
I don't like (c). The targets are complex enough to warrant some form
of documentation, and we all know how often users read the regular
documentation. However, if anyone can come up with a patch that makes
that message be printed *only* when the "make bootstrap" is invoked at
the gcc level, that would probably be OK.