This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: "./contrib/gcc_update --touch" doesn't work with make
- From: Hans-Peter Nilsson <hp at bitrange dot com>
- To: "H. J. Lu" <hjl at lucon dot org>
- Cc: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>, <gcc at gcc dot gnu dot org>
- Date: Tue, 16 Jul 2002 16:53:25 -0400 (EDT)
- Subject: Re: "./contrib/gcc_update --touch" doesn't work with make
(Reply-draft cleanup.)
On Tue, 2 Jul 2002, H. J. Lu wrote:
> On Tue, Jul 02, 2002 at 09:58:05PM +0200, Gerald Pfeifer wrote:
> > On Sat, 29 Jun 2002, H. J. Lu wrote:
(About the need to silence make in gcc_update when invoked from
other make.)
> > > while ${MAKE-make} -s -f Makefile.$$ all | grep . > /dev/null; do
> >
> > If you just want to add -s to make, this is portable, as far as I can
> > see, so please go ahead and commit your change with a proper ChangeLog.
>
> It turns out that -s still doesn't work in all cases. I didn't bother
> to track it down.
Example case where it doesn't work? It works for me in "all
cases". I've had the same patch in my tree for too long.
brgds, H-P