This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]