aboutsummaryrefslogtreecommitdiff
path: root/src/interp/sys-globals.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-11-17 05:59:14 +0000
committerdos-reis <gdr@axiomatics.org>2008-11-17 05:59:14 +0000
commit61c21a03a39727337729fc6bccae0f856271a61e (patch)
tree7096bec4e7182c3782269c158b1fc00794ce4861 /src/interp/sys-globals.boot
parent5ab5655d4467eddbcef288bde816fe111b901948 (diff)
downloadopen-axiom-61c21a03a39727337729fc6bccae0f856271a61e.tar.gz
* lisp/core.lisp.in (|getOptionValue|): Make second argument optional.
* interp/sys-driver.boot (initializeGlobalState): Set $compileExportsOnly. * interp/lisplib.boot (compDefineExports): New. * interp/define.boot (skipCategoryPackage?): New. (compDefineCategory1): Use it. (compDefineFunctor): Don't compile to NRLIB if interested only in exports. (compDefineFunctor1): Honor $compileExportsOnly. * interp/sys-macros.lisp (|withOutputFile|): New. * interp/sys-utility.boot (quoteForm): Likewise.
Diffstat (limited to 'src/interp/sys-globals.boot')
-rw-r--r--src/interp/sys-globals.boot5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/interp/sys-globals.boot b/src/interp/sys-globals.boot
index ec56043b..3c8d32c0 100644
--- a/src/interp/sys-globals.boot
+++ b/src/interp/sys-globals.boot
@@ -483,3 +483,8 @@ $buildingSystemAlgebra := false
++ code generation, etc.
$verbose := true
+++ True if the compiler is invoked to produced only exports of
+++ a domain or a category. For a category, the compilation of
+++ defaults, if any, is suppressed.
+$compileExportsOnly := false
+