axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-developer] Nightly build


From: Stephen Wilson
Subject: Re: [Axiom-developer] Nightly build
Date: Sun, 19 Dec 2004 02:12:09 -0500
User-agent: Mutt/1.4.2i



On Sun, Dec 19, 2004 at 07:40:12AM +0100, Meino Christian Cramer wrote:
>      [axiom/] :make
>      0 SPAD=/tmp/axiom/mnt/ SYS= SPD=/tmp/axiom LSP=/tmp/axiom/lsp 
                              ^^^^
That your SYS variable is not set implies that the AXIOM variable is
not set (SYS is derived from AIXOM in the makefile). Perhaps on the
second invocation of make you were using a new shell? 


Tim: Perhaps we should add a basic sanity check to the
makefiles. Somthing like:

checkenvironment:
        -@ if [ "x$(AXIOM)" = "x" ] ; then echo "** no AXIOM variable **"
         @ [ "x$(AXIOM)" != "x" ]


Is there a plan in place for geting the configure script to
automaticly set the AXIOM variable? A minimal goal might be to have
configure generate a Makefile.include and `include' this everywhere.

Cheers,
Steve




reply via email to

[Prev in Thread] Current Thread [Next in Thread]