diff options
author | dos-reis <gdr@axiomatics.org> | 2008-08-20 22:13:31 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-08-20 22:13:31 +0000 |
commit | 6511f77b63b9a74b65ac7e3d8f1a3f053970cb75 (patch) | |
tree | 3fd5a052bce84ad9e4be19b546c34f6a23ba8cc9 /src/ChangeLog | |
parent | 1f8dd2c2a72ad4ae908ca199bcaa066caf5c409d (diff) | |
download | open-axiom-6511f77b63b9a74b65ac7e3d8f1a3f053970cb75.tar.gz |
* boot/Makefile.in (oa_boot_linkset): Tidy.
($(oa_boot_linkset)): New Make rule.
* lisp/Makefile.in (oa_base_lisp_linkset): Tidy.
($(oa_base_lisp_linkset)): New Make rule.
* lisp/core.lisp.in (linkset-from): Read the linkset from the file.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 19e0e7cc..95a22bc6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,13 @@ 2008-08-20 Gabriel Dos Reis <gdr@cs.tamu.edu> + * boot/Makefile.in (oa_boot_linkset): Tidy. + ($(oa_boot_linkset)): New Make rule. + * lisp/Makefile.in (oa_base_lisp_linkset): Tidy. + ($(oa_base_lisp_linkset)): New Make rule. + * lisp/core.lisp.in (linkset-from): Read the linkset from the file. + +2008-08-20 Gabriel Dos Reis <gdr@cs.tamu.edu> + * interp/compiler.boot (compMacro): Honor $verbose. * interp/modemap.boot (putDomainsInScope): Likewise. * interp/wi1.boot (compMacro): Likewise. |