* Alexandre Duret-Lutz wrote on Thu, Mar 23, 2006 at 07:26:31AM CET:
> >>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes:
>
> RW> OK to apply this patch? Sorry about all that noise.
>
> Sure!
Done. Thanks!
>>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes:
RW> OK to apply this patch? Sorry about all that noise.
Sure!
--
Alexandre Duret-Lutz
Shared books are happy books. http://www.bookcrossing.com/friend/gadl
* Alexandre Duret-Lutz wrote on Sun, Mar 19, 2006 at 11:06:36AM CET:
> On Sun, Mar 19, 2006 at 07:13:44AM +0100, Ralf Wildenhues wrote:
> > * Ralf Wildenhues wrote on Sun, Mar 19, 2006 at 06:46:24AM CET:
> [about "if $MAKE; then false; fi"]
> > > * Alexandre Duret-Lutz wrote on Sat, Mar 18, 2006 at
On Sun, Mar 19, 2006 at 07:13:44AM +0100, Ralf Wildenhues wrote:
> * Ralf Wildenhues wrote on Sun, Mar 19, 2006 at 06:46:24AM CET:
[about "if $MAKE; then false; fi"]
> > * Alexandre Duret-Lutz wrote on Sat, Mar 18, 2006 at 07:28:14AM CET:
> > > Let's write "$MAKE && exit 1" because that's what of t
* Ralf Wildenhues wrote on Sun, Mar 19, 2006 at 06:46:24AM CET:
> * Alexandre Duret-Lutz wrote on Sat, Mar 18, 2006 at 07:28:14AM CET:
> > Let's write "$MAKE && exit 1" because that's what of the other test do, and
> > I'm wary that some shell will return the $? of $MAKE if it fails, in turn
> > ca
* Alexandre Duret-Lutz wrote on Sat, Mar 18, 2006 at 07:28:14AM CET:
> >>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes:
>
> The extra test look useful even without this point, so please go
> ahead and check them.
Thanks. Applied with your comments addressed.
> RW> + sleep 1
>
> Just us
Sorry for the delay,
>>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes:
[...]
RW> Below, there's also a hack for depmodes hp/gcc to not output `foo.c :'
RW> lines. It's a hack because `grep -v "^$source$"' is bad when $source
RW> contains regex-active characters, but was the simplest I
* Ralf Wildenhues wrote on Wed, Jan 04, 2006 at 08:10:11PM CET:
>
> Below, there's also a hack for depmodes hp/gcc to not output `foo.c :'
> lines. It's a hack because `grep -v "^$source$"' is bad when $source
> contains regex-active characters, but was the simplest I could come up
> with. Bette
Hi Alexandre,
* Alexandre Duret-Lutz wrote on Wed, Jan 04, 2006 at 01:11:25AM CET:
>
> RW> Note that ia64hp style, unlike tru64, removes all possible tmpdepfiles
> RW> with this patch. It may be useful to change tru64 style to do this as
> RW> well.
>
> I confess I can't see why it's useful,