aboutsummaryrefslogtreecommitdiff
path: root/src/input
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
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')
-rw-r--r--src/input/ChangeLog4
-rw-r--r--src/input/Makefile.in6
-rw-r--r--src/input/Makefile.pamphlet12
3 files changed, 10 insertions, 12 deletions
diff --git a/src/input/ChangeLog b/src/input/ChangeLog
index 2c2cfe54..20632c1e 100644
--- a/src/input/ChangeLog
+++ b/src/input/ChangeLog
@@ -1,3 +1,7 @@
+2007-10-10 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ * Makefile.pamphlet (TESTSYS): Tidy.
+
2007-08-21 Gabriel Dos Reis <gdr@cs.tamu.edu>
* Makefile.pamphlet (all-ax all-input): Remove regress.
diff --git a/src/input/Makefile.in b/src/input/Makefile.in
index 426fce8f..14a2fc4f 100644
--- a/src/input/Makefile.in
+++ b/src/input/Makefile.in
@@ -539,10 +539,8 @@ distclean-local: clean-local
.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 \
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 \