Subject: Re: [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (50d435fd186edd8750c0d854930fc2c8a39778be)
Date: Thu, 15 Mar 2007 11:05:27 +0200
On Wednesday 14 March 2007 19:59, Jaka Kranjc wrote:
> On Wednesday 14 of March 2007 13:50:51 Juuso Alasuutari wrote:
> > --- /dev/null
> > +++ b/utils/set_rlimits/BUILD
> > @@ -0,0 +1,4 @@
> > +# the source includes a precompiled binary so we'll get rid of that
> > first +make clean &&
> > +
> > +make
>
> Are you sure this && is ok? I've seen make clean fail horribly many times,
> even though it did its cleaning job.
I haven't run into that kind of stuff, but I changed the 'make clean' into a
check + manual rm just to be on the safe side.