R: make install-lib
Judd Storrs
storrsjm at email.uc.edu
Sat May 9 08:34:39 CDT 2009
On Sat, May 9, 2009 at 1:00 AM, Marco Atzeri <marco_atzeri at yahoo.it> wrote:
>
>
> but STATIC_LIBS ad SHARED_LIBS are now "true" or "false"
> so a
>
> if $(STATIC_LIBS);
>
> will be executed in any case.
> Eventually shell command
"true" and "false" are valid shell commands with man pages that do what you
would expect. If they weren't shell commands, you would get errors about the
commands could not be found. i.e.
if true ; then echo run ; fi
if false ; then echo run ; fi
if foobar ; then echo run ; fi
--judd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://www-old.cae.wisc.edu/pipermail/octave-maintainers/attachments/20090509/2c49d1af/attachment.html
More information about the Octave-maintainers
mailing list