diff options
author | dos-reis <gdr@axiomatics.org> | 2008-03-25 21:33:58 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-03-25 21:33:58 +0000 |
commit | 68c6afce19df6a92b0569a23bcfe3a73f109b754 (patch) | |
tree | 4091c71856bf51388d07c677191ba13d2457128a /src/input/Makefile.pamphlet | |
parent | daed04c57b8ff8c3be53a5a183635c5687ab7bf6 (diff) | |
download | open-axiom-68c6afce19df6a92b0569a23bcfe3a73f109b754.tar.gz |
* interp/bootlex.lisp: Import "sys-globals".
Consistently use $InputStream and $OutputStream for I/O.
* interp/c-util.boot: Likewise.
* interp/comp.lisp: Likewise.
* interp/compat.boot: Likewise.
* interp/debug.lisp: Likewise.
* interp/def.lisp: Likewise.
* interp/g-error.boot: Likewise.
* interp/i-toplev.boot: Likewise.
* interp/int-top.boot: Likewise.
* interp/intfile.boot: Likewise.
* interp/lisplib.boot: Likewise.
* interp/macros.lisp: Likewise.
* interp/metalex.lisp: Likewise.
* interp/msgdb.boot: Likewise.
* interp/patches.lisp: Likewise.
* interp/preparse.lisp: Likewise.
* interp/server.boot: Likewise.
* interp/spad-parser.boot: Likewise.
* interp/spad.lisp: Likewise.
* interp/sys-globals.boot: Likewise.
* interp/sys-macros.lisp: Likewise.
* interp/sys-os.boot: Likewise.
* interp/unlisp.lisp: Likewise.
* interp/vmlisp.lisp: Likewise.
* interp/Makefile.pamphlet (bootlex.$(FASLEXT)): Require
sys-globals.$(FASLEXT) too.
(vmlisp.$(FASLEXT)): Likewise.
Diffstat (limited to 'src/input/Makefile.pamphlet')
-rw-r--r-- | src/input/Makefile.pamphlet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/Makefile.pamphlet b/src/input/Makefile.pamphlet index 24956a19..484e1501 100644 --- a/src/input/Makefile.pamphlet +++ b/src/input/Makefile.pamphlet @@ -361,7 +361,7 @@ all-check: ${OUTS} echo ')set message test on' > tmp.input; \ echo ')set message auto off' >> tmp.input ; \ echo ')read $*' >> tmp.input ; \ - echo ')lisp (|coreQuit|)' >> tmp.input ; \ + echo ')boot coreQuit()' >> tmp.input ; \ echo 'systemCommand "read tmp.input"' | ${TESTSYS} | tee $*.output; \ rm tmp.input ) |