diff options
author | dos-reis <gdr@axiomatics.org> | 2008-03-10 06:25:20 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-03-10 06:25:20 +0000 |
commit | 8842ac47654da4c97d82763c4f197d4297775084 (patch) | |
tree | 095aa7fa4b6a7d731c169b5c033185f590cfbe33 /src/ChangeLog | |
parent | 6cd03930cf6d06aeb22d8a03f88e21aed3741846 (diff) | |
download | open-axiom-8842ac47654da4c97d82763c4f197d4297775084.tar.gz |
* algebra/Makefile.pamphlet (strap/%.$(FASLEXT)): Don't copy
bootstrapping objects to final algebra directory.
(%.NRLIB/code.$(FASLEXT)): Specify bootstrapping objects location
as option.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f6e3e453..e21a79b7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,12 @@ 2008-03-10 Gabriel Dos Reis <gdr@cs.tamu.edu> + * algebra/Makefile.pamphlet (strap/%.$(FASLEXT)): Don't copy + bootstrapping objects to final algebra directory. + (%.NRLIB/code.$(FASLEXT)): Specify bootstrapping objects location + as option. + +2008-03-10 Gabriel Dos Reis <gdr@cs.tamu.edu> + * lisp/core.lisp.in ("$faslType"): Export. * interp/sys-driver.boot (algebraBootstrapDir): New. * interp/lisplib.boot (findModule): New. |