libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: make libtool faster v1


From: Alexandre Duret-Lutz
Subject: Re: make libtool faster v1
Date: Mon, 29 Nov 2004 14:24:38 +0100

On Mon, Nov 29, 2004 at 01:11:30PM +0000, Gary V. Vaughan wrote:
>
> > -   func_lalib_p "$file" \ ||
> > +   func_lalib_unsafe_p "$file" \ ||
> >       func_fatal_help "\`$lib' is not a valid libtool archive"
>
>         func_lalib_unsafe_p "$file" || \
>            func_fatal_help "\`$lib' is not a valid libtool archive"

         func_lalib_unsafe_p "$file" ||
            func_fatal_help "\`$lib' is not a valid libtool archive"

No need for \ after ||.

> (my comments about linesplitting around || and && notwithstanding)

(in this case \ is needed :-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]