From 91e3f58e72d13cd2c3d0cf725dca5f5580ef8098 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sun, 2 Dec 2007 06:24:29 +0000 Subject: src/boot/ 2007-12-02 Gabriel Dos Reis * Makefile.pamphlet (boot_objects_extra): New. (stage0/bootsys$(EXEEXT)): Use it. (stage1/bootsys$(EXEEXT)): Likewise. (stage2/bootsys$(EXEEXT)): Likewise. src/lisp/ 2007-12-02 Gabriel Dos Reis * Makefile.pamphlet (base_lisp_objects): New. Abstract over Lisp compilation models. (core.$(FASLEXT)): Tidy. * core.lisp.in (|getOutputPathname|): Make unary. (|link|): Make sure object files are used to construct ECL programs. (|makeHandler|): Adjust. (|compileLispFile|): Likewise. --- src/boot/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/boot/ChangeLog') diff --git a/src/boot/ChangeLog b/src/boot/ChangeLog index 8e2680ec..cf135562 100644 --- a/src/boot/ChangeLog +++ b/src/boot/ChangeLog @@ -1,3 +1,10 @@ +2007-12-02 Gabriel Dos Reis + + * Makefile.pamphlet (boot_objects_extra): New. + (stage0/bootsys$(EXEEXT)): Use it. + (stage1/bootsys$(EXEEXT)): Likewise. + (stage2/bootsys$(EXEEXT)): Likewise. + 2007-11-18 Gabriel Dos Reis * ast.boot.pamphlet (bfReduce): Compute left reduction, not right -- cgit v1.2.3