aboutsummaryrefslogtreecommitdiff
path: root/src/etc
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-08-14 05:15:19 +0000
committerdos-reis <gdr@axiomatics.org>2008-08-14 05:15:19 +0000
commit737be2084042a41c9f818660b0eac0ba43254c9e (patch)
tree4b312e4ee989cba9e642f68251a15e490bdbb65c /src/etc
parent26c1f12d4d829f293ee9265690ddfb451119df1e (diff)
downloadopen-axiom-737be2084042a41c9f818660b0eac0ba43254c9e.tar.gz
* interp/sys-driver.boot (buildDatabasesHandler): New.
Install it as handler for --build-databases. * etc/Makefile.in ($(openaxiom_databases)): Adjust.
Diffstat (limited to 'src/etc')
-rw-r--r--src/etc/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/etc/Makefile.in b/src/etc/Makefile.in
index 11cddbbe..876618a3 100644
--- a/src/etc/Makefile.in
+++ b/src/etc/Makefile.in
@@ -59,8 +59,7 @@ stamp: $(openaxiom_databases) $(axiom_target_bindir)/asq$(EXEEXT) \
$(openaxiom_databases): ../algebra/*.NRLIB/code.$(FASLEXT)
@ echo rebuilding databases...
cp $(axiom_src_docdir)/topics.data ../algebra
- (cd ../algebra ; \
- echo ')lisp (make-databases nil)' | $(INTERPSYS) )
+ (cd ../algebra && $(INTERPSYS) --build-databases)
mkdir -p $(axiom_targetdir)/algebra
cp -p ../algebra/*.daase $(axiom_targetdir)/algebra
cp -p ../algebra/libdb.text $(axiom_targetdir)/algebra