From 66f954a68f42d1b3e9539bbfd794bc74e553bf93 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Fri, 15 Aug 2008 04:52:25 +0000 Subject: * interp/Makefile.pamphlet: Simplify build of interpsys and AXIOMsys. (interpsys_modules): Remove. (IN_modules): Likewise. (AS_modules): Likewise. (makeint.lisp): Simplify. (makeint.$(LNKEXT)): New make rule. (${SAVESYS}): Tidy. (${AXIOMSYS}): Likewise. * interp/util.lisp (build-interpsys): Lose first parameter. Tidy. --- src/interp/util.lisp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/interp/util.lisp') diff --git a/src/interp/util.lisp b/src/interp/util.lisp index 4243b8a4..924198d3 100644 --- a/src/interp/util.lisp +++ b/src/interp/util.lisp @@ -505,9 +505,8 @@ ;; loads the databases, sets up autoload triggers and clears out hash tables. ;; After this function is called the image is clean and can be saved. -(defun build-interpsys (load-files translate-files asauto-files) +(defun build-interpsys (translate-files asauto-files) (reroot) - (mapcar #'|AxiomCore|::|importModule| load-files) (|resetWorkspaceVariables|) (|AxiomCore|::|%sysInit|) (|initHist|) -- cgit v1.2.3