aboutsummaryrefslogtreecommitdiff
path: root/src/input/Makefile.pamphlet
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-10-10 19:23:38 +0000
committerdos-reis <gdr@axiomatics.org>2007-10-10 19:23:38 +0000
commite662e66b323f896bc662d1ff326cb14cc5a4950a (patch)
tree6d83d2d5a658fa0aa19c5a10b395a532cb534ddb /src/input/Makefile.pamphlet
parent9f6dc4ca4bd0168267275268dd74ad463d3508eb (diff)
downloadopen-axiom-e662e66b323f896bc662d1ff326cb14cc5a4950a.tar.gz
src/input/
2007-10-10 Gabriel Dos Reis <gdr@cs.tamu.edu> * Makefile.pamphlet (TESTSYS): Tidy. src/interp/ 2007-10-10 Gabriel Dos Reis <gdr@cs.tamu.edu> * br-search.boot.pamphlet: Replace uses of $SPAROOT with systemRootDirectory. * construc.lisp.pamphlet: Likewise. * daase.lisp.pamphlet: Likewise. * i-toplev.boot.pamphlet: Likewise. * patches.lisp.pamphlet: Likewise. * pathname.boot.pamphlet: Likewise. * util.lisp.pamphlet: Likewise. * bookvol5.pamphlet: Remove $spadroot throughout. (initroot): Remove. (reroot): Lose argument. * Makefile.pamphlet (makeint.lisp): Depend on sys-driver.$(FASLEXT). Explicitly load it. Miscellaneous cleanup.
Diffstat (limited to 'src/input/Makefile.pamphlet')
-rw-r--r--src/input/Makefile.pamphlet12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/input/Makefile.pamphlet b/src/input/Makefile.pamphlet
index 7e5b4860..2015a74c 100644
--- a/src/input/Makefile.pamphlet
+++ b/src/input/Makefile.pamphlet
@@ -77,10 +77,8 @@ pamphlets = \
.SUFFIXES:
.SUFFIXES: .input .out
-TESTSYS= \
- AXIOM="$(AXIOM)" \
- DAASE="$(axiom_targetdir)" \
- $(axiom_target_bindir)/AXIOMsys
+TESTSYS= $(axiom_target_bindir)/AXIOMsys -- --system="$(AXIOM)" \
+ --sysalg="$(axiom_targetdir)/algebra/"
IN= $(axiom_src_srcdir)/input
@@ -158,10 +156,8 @@ to the list.
.SUFFIXES:
.SUFFIXES: .input .output
-TESTSYS= \
- AXIOM="$(AXIOM)" \
- DAASE="$(axiom_targetdir)" \
- $(axiom_target_bindir)/AXIOMsys
+TESTSYS= $(axiom_target_bindir)/AXIOMsys -- --system="$(AXIOM)" \
+ --sysalg="$(axiom_targetdir)/algebra/"
SKIP= antoine.output as-eg1.output as-eg2.output \
as-eg3.output as-eg4.output as-eg5.output as-eg6.output \