diff options
author | dos-reis <gdr@axiomatics.org> | 2007-11-10 06:56:02 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2007-11-10 06:56:02 +0000 |
commit | ed27313ddc520ba88e50489f11112bb08e153e3e (patch) | |
tree | 098caf0726ea228c6125711ccf07f3f5978a84d6 /src/interp/Makefile.pamphlet | |
parent | 4edaea6cff2d604009b8f2723a9436b0fc97895d (diff) | |
download | open-axiom-ed27313ddc520ba88e50489f11112bb08e153e3e.tar.gz |
src/algebra/
2007-11-10 Gabriel Dos Reis <gdr@cs.tamu.edu>
* Makefile.pamphlet (mostlyclean-local): Remove stamp files and
strap/ directory too.
(clean-local): Remove database directories too.
src/interpreter/
2007-11-10 Gabriel Dos Reis <gdr@cs.tamu.edu>
* Makefile.pamphlet (nrungo.$(FASLEXT)): New rule.
(nruntime.$(FASLEXT)): Likewise.
(<<nrungo.clisp>>): Remove.
(<<nruntime.clisp>>): Likewise.
* nrungo.boot.pamphlet: Push into package "BOOT". Fix syntax.
* nruntime.boot.pamphlet: Push into package "BOOT".
Diffstat (limited to 'src/interp/Makefile.pamphlet')
-rw-r--r-- | src/interp/Makefile.pamphlet | 26 |
1 files changed, 6 insertions, 20 deletions
diff --git a/src/interp/Makefile.pamphlet b/src/interp/Makefile.pamphlet index 5689459a..bdaffb89 100644 --- a/src/interp/Makefile.pamphlet +++ b/src/interp/Makefile.pamphlet @@ -857,22 +857,6 @@ nrunfast.clisp: nrunfast.boot @ echo '(old-boot::boot "nrunfast.boot")' | ${DEPSYS} @ -\subsection{nrungo.boot} - -<<nrungo.clisp>>= -nrungo.clisp: nrungo.boot - @ echo 359 making $@ from $< - @ echo '(old-boot::boot "nrungo.boot")' | ${DEPSYS} -@ - -\subsection{nruntime.boot} - -<<nruntime.clisp>>= -nruntime.clisp: nruntime.boot - @ echo 362 making $@ from $< - @ echo '(old-boot::boot "nruntime.boot")' | ${DEPSYS} -@ - \subsection{nrunopt.boot} <<nrunopt.clisp>>= @@ -1157,6 +1141,12 @@ compiler.$(FASLEXT): compiler.boot category.$(FASLEXT) c-util.$(FASLEXT) \ modemap.$(FASLEXT) pathname.$(FASLEXT) $(BOOTSYS) -- --compile --boot="old" --output=$@ --load-directory=. $< +nrungo.$(FASLEXT): nrungo.boot c-util.$(FASLEXT) + $(BOOTSYS) -- --compile --boot="old" --output=$@ --load-directory=. $< + +nruntime.$(FASLEXT): nruntime.boot c-util.$(FASLEXT) + $(BOOTSYS) -- --compile --boot="old" --output=$@ --load-directory=. $< + iterator.$(FASLEXT): iterator.boot g-util.$(FASLEXT) $(BOOTSYS) -- --compile --boot="old" --output=$@ --load-directory=. $< @@ -1396,10 +1386,6 @@ boot-pkg.$(FASLEXT): boot-pkg.lisp <<nrunfast.clisp>> -<<nrungo.clisp>> - -<<nruntime.clisp>> - <<nrunopt.clisp>> <<setvart.clisp>> |