Camm,
The AXIOM shell variable tells Axiom what system to build.
So if you set the shell variable to:
export AXIOM=`pwd`/mnt/ubuntu
^^^^^^
it will scan Makefile.pamphlet and extract a chunk called
\begin{chunk}{Makefile.ubuntu}
^^^^^^
into a file called Makefile.MACOSX, then it does
make -f Makefile.ubuntu
For the MAC it would be MACOSX as in
export AXIOM=`pwd`/mnt/MACOSX
to extract the chunk
\begin{chunk}{Makefile.MACOSX}
into a file called Makefile.MACOSX, then it does
make -f Makefile.MACOSX
Tim
_______________________________________________
Axiom-developer mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/axiom-developer