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 17:37:19 -0400 (EDT)
- Subject: Re: "./contrib/gcc_update --touch" doesn't work with make
On Tue, 16 Jul 2002, H. J. Lu wrote:
> I have several targets in ../common.mk. "prepare", which does "rpm -bp",
> works with -s. But "all", which does "rpm -ba", doesn't.
Ah, that sounds hairy enough; rpm presumably setting some "don't
be quiet" option or envvar that overrides -s. But since a
simple makefile doing gcc_update works fine with -s but not
without (GNU make), I think adding -s would help other cases
(like mine ;-). Or do you mean that it *breaks* your build but
it works without -s?
brgds, H-P