From 7cc784fe3a7724a6269705adfb13c811c1e7b96d Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sun, 18 Nov 2007 19:33:11 +0000 Subject: src/boot/ 2007-11-18 Gabriel Dos Reis * ast.boot.pamphlet (bfReduce): Compute left reduction, not right reduction. src/interp/ 2007-11-18 Gabriel Dos Reis * Makefile.pamphlet (nrunopt.$(FASLEXT)): New rule. (<>): Remove. * define.boot: Fix syntax. * nruncomp.boot: Likewise. * nrunopt.boot.pamphlet: Push into package "BOOT". Fix syntax. * wi2.boot: Fix syntax. --- src/interp/Makefile.pamphlet | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'src/interp/Makefile.pamphlet') diff --git a/src/interp/Makefile.pamphlet b/src/interp/Makefile.pamphlet index f3c38e4f..c8e69b2a 100644 --- a/src/interp/Makefile.pamphlet +++ b/src/interp/Makefile.pamphlet @@ -833,14 +833,6 @@ bookvol5.lisp: $(srcdir)/bookvol5.pamphlet $(axiom_build_document) --tangle=Interpreter --output=$@ $< @ -\subsection{nrunopt.boot} - -<>= -nrunopt.clisp: nrunopt.boot - @ echo 365 making $@ from $< - @ echo '(old-boot::boot "nrunopt.boot")' | ${DEPSYS} -@ - \subsection{postpar.boot} \begin{verbatim} @@ -1077,6 +1069,9 @@ compiler.$(FASLEXT): compiler.boot category.$(FASLEXT) c-util.$(FASLEXT) \ modemap.$(FASLEXT) pathname.$(FASLEXT) $(BOOTSYS) -- --compile --boot="old" --output=$@ --load-directory=. $< +nrunopt.$(FASLEXT): nrunopt.boot c-util.$(FASLEXT) + $(BOOTSYS) -- --compile --boot="old" --output=$@ --load-directory=. $< + nrunfast.$(FASLEXT): nrunfast.boot c-util.$(FASLEXT) $(BOOTSYS) -- --compile --boot="old" --output=$@ --load-directory=. $< @@ -1313,9 +1308,6 @@ boot-pkg.$(FASLEXT): boot-pkg.lisp $(BOOTSYS) -- --compile --output=$@ $< <> - -<> - <> buildom.$(FASLEXT): buildom.boot sys-macros.$(FASLEXT) -- cgit v1.2.3