diff options
author | dos-reis <gdr@axiomatics.org> | 2007-11-28 11:36:14 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2007-11-28 11:36:14 +0000 |
commit | 63e653a5d625157a1188b4ef433ea308935cc3f9 (patch) | |
tree | baee0596cf12f5c26ef6f28a9f9c5accfe0e5718 /src/interp/Makefile.pamphlet | |
parent | 18b0887c46d1bd949526790bfdc8aec6d622432d (diff) | |
download | open-axiom-63e653a5d625157a1188b4ef433ea308935cc3f9.tar.gz |
* Makefile.pamphlet (compiler.$(FASLEXT)): Update requirement.
* compiler.boot: Import "define" and "iterator".
Move setting of special compiler functions from property.lisp to
here.
* iterator.boot (compCollectV): Uncomment.
(compIteratorV): Likewise.
(computeMaxIndex): Likewise.
(exprDifference): Likewise.
* parse.boot: Move setting of special parsing functions from
property.lisp to here.
* postpar.boot: Move setting of special parsing transformers from
property.lisp to here.
* property.lisp: Move setting of special compiler functions and
parsers to appropriate files.
Diffstat (limited to 'src/interp/Makefile.pamphlet')
-rw-r--r-- | src/interp/Makefile.pamphlet | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/Makefile.pamphlet b/src/interp/Makefile.pamphlet index 3783b9b1..3281a59a 100644 --- a/src/interp/Makefile.pamphlet +++ b/src/interp/Makefile.pamphlet @@ -816,8 +816,8 @@ wi1.$(FASLEXT): wi1.boot macros.$(FASLEXT) apply.$(FASLEXT): apply.boot compiler.$(FASLEXT) $(BOOTSYS) -- --compile --output=$@ --load-directory=. $< -compiler.$(FASLEXT): compiler.boot category.$(FASLEXT) c-util.$(FASLEXT) \ - modemap.$(FASLEXT) pathname.$(FASLEXT) +compiler.$(FASLEXT): compiler.boot c-util.$(FASLEXT) modemap.$(FASLEXT) \ + pathname.$(FASLEXT) define.$(FASLEXT) iterator.$(FASLEXT) $(BOOTSYS) -- --compile --boot="old" --output=$@ --load-directory=. $< nrunopt.$(FASLEXT): nrunopt.boot c-util.$(FASLEXT) |