autoconf-patches
[Top][All Lists]
Advanced

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

Re: Optimization for install-sh


From: Alexandre Oliva
Subject: Re: Optimization for install-sh
Date: 10 Nov 2000 17:59:11 -0200
User-agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands)

On Nov  9, 2000, Pavel Roskin <address@hidden> wrote:

>> 
>> { test "x$...cmd" = x || $doit $...cmd $arg ; }

> That's not quite the same. If the command (e.g. strip) is not defined we
> don't want to ignore the consequtive commands.

That's why I spelled it that way, instead of:

test "x$...cmd" != x && $doit $...cmd $arg

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  address@hidden, redhat.com}
CS PhD student at IC-Unicamp        address@hidden, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me



reply via email to

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