aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-08-13 17:42:35 +0000
committerdos-reis <gdr@axiomatics.org>2008-08-13 17:42:35 +0000
commit22e34c3f799e43cba446af4bae3b5557df74b0e7 (patch)
tree73a283aaa8c6bf30d49bbf26b44b44b2769bfea4 /src/ChangeLog
parentcd4b966f39550403099a0abf1e993af1e7e79139 (diff)
downloadopen-axiom-22e34c3f799e43cba446af4bae3b5557df74b0e7.tar.gz
* lisp/core.lisp.in (LINKSET-FROM): New.
(SYSTEM-SUBDIRECTORY): Likewise. (LINKSET-FROM-IF): Likewise. (COMPLETE-FASL-LIST-FOR-LINK): Use it. (getPrologue): New. (link): Take an additional optional parameter for prologue. Tidy. (makeHandler): Adjust. * lisp/Makefile.in: Use LNKEXT where appropriate. (oa_base_lisp_linkset): New. ($(oa_target_lispdir)/core.$(LNKEXT)): New rule. (base-lisp$(EXEEXT)): Now depends on $(oa_base_lisp_linkset). (mostlyclean-local): Remove $(oa_target_lispdir) too. * boot/Makefile.in: Use LNKEXT instead of FASLEXT. (boot_objects_extra): Remove. (oa_target_bootdir): New. (oa_boot_linkset): Likewise. (stamp): Require $(oa_boot_linkset). ($(oa_target_bootdir)/%.$(LNKEXT)): New rule. (strap/bootsys$(EXEEXT)): Add prologue code. (stage1/bootsys$(EXEEXT)): Likewise. (stage2/bootsys$(EXEEXT)): Likewise. (mostlyclean-local): Remove $(oa_target_bootdir) too.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index bf490f90..deb2deb6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,28 @@
+2008-08-13 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ * lisp/core.lisp.in (LINKSET-FROM): New.
+ (SYSTEM-SUBDIRECTORY): Likewise.
+ (LINKSET-FROM-IF): Likewise.
+ (COMPLETE-FASL-LIST-FOR-LINK): Use it.
+ (getPrologue): New.
+ (link): Take an additional optional parameter for prologue. Tidy.
+ (makeHandler): Adjust.
+ * lisp/Makefile.in: Use LNKEXT where appropriate.
+ (oa_base_lisp_linkset): New.
+ ($(oa_target_lispdir)/core.$(LNKEXT)): New rule.
+ (base-lisp$(EXEEXT)): Now depends on $(oa_base_lisp_linkset).
+ (mostlyclean-local): Remove $(oa_target_lispdir) too.
+ * boot/Makefile.in: Use LNKEXT instead of FASLEXT.
+ (boot_objects_extra): Remove.
+ (oa_target_bootdir): New.
+ (oa_boot_linkset): Likewise.
+ (stamp): Require $(oa_boot_linkset).
+ ($(oa_target_bootdir)/%.$(LNKEXT)): New rule.
+ (strap/bootsys$(EXEEXT)): Add prologue code.
+ (stage1/bootsys$(EXEEXT)): Likewise.
+ (stage2/bootsys$(EXEEXT)): Likewise.
+ (mostlyclean-local): Remove $(oa_target_bootdir) too.
+
2008-08-12 Gabriel Dos Reis <gdr@cs.tamu.edu>
* interp/patches.lisp (RESTART0): Don't duplicate code; call