On Wed, 14 Mar 2001, Thomas Esser wrote:

> > -       cd $(bindir); for i in $(ALLPROGS); do test -f $$i && { echo strip $$i; 
>strip $$i || true; }; done; true
> > +       # cd $(bindir); for i in $(ALLPROGS); do test -f $$i && { echo strip $$i; 
>strip $$i || true; }; done; true
> 
> Sorry, but I really cannot understand why the above command can cause
> an error for make. Do you have a broken "true" :-) ?

I don't think so :

> 
#!/bin/sh
if true; then
    echo yes
else
    echo no
fi

gives:

yes

> Thomas
> 
        Hugh
        [EMAIL PROTECTED]

Reply via email to