[Ecls-list] ECL output file name, true vs /bin/true, NetBSD; was: Maxima 5.16.1 release

Robert Dodier robert.dodier at gmail.com
Thu Aug 14 14:30:30 UTC 2008


On 8/11/08, Aleksej Saushev <asau at inbox.ru> wrote:

>  No "/bin/true" and "/bin/false" on NetBSD, they are shell builtins:
>
>  --- src/Makefile.in.orig        2008-08-10 21:45:11.000000000 +0400
>  +++ src/Makefile.in     2008-08-12 02:38:35.000000000 +0400
>  @@ -2965,7 +2965,7 @@
>   @ECL_TRUE@     mv maxima binary-ecl/maxima || \
>   @ECL_TRUE@     success=false; \
>   @ECL_TRUE@     test -f maxima-tmp && mv maxima-tmp maxima ; \
>  - at ECL_TRUE@     test $$success = true && /bin/true || /bin/false
>  + at ECL_TRUE@     test $$success = true && true || false
>
>   @ECL_TRUE at install-ecl:
>   @ECL_TRUE@     $(mkinstalldirs) "$(DESTDIR)$(verpkglibdir)/binary-ecl"

Thanks for the notice, Aleksej.

In this case we'll have to change src/Makefile.am (not src/Makefile.in
since that is generated from the .am file).

Jim --- I assume that you tried to convince ECL to output to some
file other than "maxima" and it cannot do so ...
Is it going to work OK to change src/Makefile.am as suggested above?

best

Robert Dodier




More information about the ecl-devel mailing list