From 7ae1eacf142cdd20dd70f77b3ba5f2b91e0ad6d1 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Fri, 30 Nov 2007 04:38:26 +0000 Subject: * Makefile.pamphlet (INOBJS): Lose varini.$(FASLEXT). (varini.$(FASLEXT)): Remove rule. * compiler.boot (compileSpad2Cmd): Don't set $ncConverse; it is unused. Don't set $newcomMode and $newComp. (compTopLevel): There is no function newComp. So simplify. * cattable.boot (updateCategoryTable): Remove test for $newcompMode. * database.boot (updateDatabase): Likewise. * int-top.boot (SpadInterpretStream): Don't set $newcompMode. ($ncmParse): Move from varini.boot. ($ncmMacro): Likewise. * bookvol5.pamphlet: Remove reference to $newcompMode. * define.boot (compDefineCapsuleFunction): Simplify. * msg.boot: Move diagnostic related variables from varini.boot to here. * posit.boot ($nopos): Move from varini.boot to here. * setq.lisp ($newcompMode): Don't set here ($newComp): Likewise. ($LINELENGTH): Likewise. * spad.lisp ($newComp): Likewise. ($LINELENGTH): Likewise. * varinit.boot: Remove. --- src/interp/Makefile.in | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/interp/Makefile.in') diff --git a/src/interp/Makefile.in b/src/interp/Makefile.in index 7ec3057e..e34bbf53 100644 --- a/src/interp/Makefile.in +++ b/src/interp/Makefile.in @@ -79,8 +79,7 @@ OBJS= vmlisp.$(FASLEXT) hash.$(FASLEXT) \ $(BROBJS) interpsys_modules = $(patsubst %.$(FASLEXT), "%", $(OBJS)) -INOBJS= varini.$(FASLEXT) \ - setvart.$(FASLEXT)\ +INOBJS= setvart.$(FASLEXT)\ interop.$(FASLEXT) \ patches.$(FASLEXT) @@ -649,9 +648,6 @@ sockio.$(FASLEXT): sockio.lisp sys-macros.$(FASLEXT) sfsfun-l.$(FASLEXT): sfsfun-l.lisp sys-macros.$(FASLEXT) $(BOOTSYS) -- --compile --output=$@ --load-directory=. $< -varini.$(FASLEXT): varini.boot sys-macros.$(FASLEXT) - $(BOOTSYS) -- --compile --output=$@ --load-directory=. $< - trace.$(FASLEXT): trace.boot debug.$(FASLEXT) $(BOOTSYS) -- --compile --output=$@ --load-directory=. $< -- cgit v1.2.3