|
|
last edited 16 years ago by alfredo |
1 2 3 4 | ||
Editor: alfredo
Time: 2008/10/28 23:57:35 GMT-7 |
||
Note: Fixed in OpenAxiom and Fricas |
added:
From alfredo Tue Oct 28 23:57:35 -0700 2008
From: alfredo
Date: Tue, 28 Oct 2008 23:57:35 -0700
Subject: Fixed in OpenAxiom and Fricas
Message-ID: <20081028235735-0700@axiom-wiki.newsynthesis.org>
In src/algebra/makefile.pamphlet
, is a
@ if [ "${NOISE}" == "" ] ; then
construction. ${NOISE}
contains -o foo
, and /bin/sh
(not bash
) doesn't like it.
Both /bin/sh (BSD)
and /bin/bash
like
@ if [ -z "${NOISE}" ]; then
which is the functional equivalent.
compiling STRING.spad to STRING.NRLIB [: -o /home/ports/math/axiom/work/axiom-BSD-1/obj/tmp/trace: unexpected operator copying STRING.NRLIB to STRING.o compiling SYMFUNC.spad to SYMFUNC.NRLIB [: -o /home/ports/math/axiom/work/axiom-BSD-1/obj/tmp/trace: unexpected operator copying SYMFUNC.NRLIB to SYMFUNC.o compiling VECTOR2.spad to VECTOR2.NRLIB [: -o /home/ports/math/axiom/work/axiom-BSD-1/obj/tmp/trace: unexpected operator copying VECTOR2.NRLIB to VECTOR2.o compiling ASP1.spad to ASP1.NRLIB [: -o /home/ports/math/axiom/work/axiom-BSD-1/obj/tmp/trace: unexpected operator copying ASP1.NRLIB to ASP1.o compiling ASP10.spad to ASP10.NRLIB [: -o /home/ports/math/axiom/work/axiom-BSD-1/obj/tmp/trace: unexpected operator copying ASP10.NRLIB to ASP10.o compiling ASP24.spad to ASP24.NRLIB... and so forth