[Top][All Lists]
[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
- Re: Optimization for install-sh, (continued)
Re: Optimization for install-sh, Lars J. Aas, 2000/11/09
- Re: Optimization for install-sh, Alexandre Oliva, 2000/11/09
- Re: Optimization for install-sh, Pavel Roskin, 2000/11/09
- Re: Optimization for install-sh, Lars J. Aas, 2000/11/10
- Re: Optimization for install-sh, Akim Demaille, 2000/11/10
- Message not available
- Re: Optimization for install-sh, Akim Demaille, 2000/11/10
- Re: Optimization for install-sh, Lars J. Aas, 2000/11/10
- Re: Optimization for install-sh, Akim Demaille, 2000/11/10
Re: Optimization for install-sh,
Alexandre Oliva <=
Re: Optimization for install-sh, Pavel Roskin, 2000/11/10
Re: Optimization for install-sh, Lars J. Aas, 2000/11/10