diff options
author | dos-reis <gdr@axiomatics.org> | 2008-03-26 05:57:19 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-03-26 05:57:19 +0000 |
commit | c98e47a0c148103da65955acfb3782e37a8fc4c3 (patch) | |
tree | f4a461581ed5e50201e1df586e8156873f1e1458 /src/ChangeLog | |
parent | 68c6afce19df6a92b0569a23bcfe3a73f109b754 (diff) | |
download | open-axiom-c98e47a0c148103da65955acfb3782e37a8fc4c3.tar.gz |
Fix shared linking regression
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9ced4373..40a75581 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,20 @@ +2008-03-26 Gabriel Dos Reis <gdr@cs.tamu.edu> + + * lib/Makefile.in: Explicitly build both static and shared version + of libopen-axiom-core. + * lisp/Makefile.in: Tidy. + * lisp/core.lisp.in: Export $NativeModuleExt. + * clef/Makefile.in: Use only static archive. + * graph/view2D/Makefile.in: Likewise. + * graph/view3D/Makefile.in: Likewise. + * graph/viewAlone/Makefile.in: Likewise. + * graph/viewman/Makefile.in: Likewise. + * hyper/Makefile.in: Likewise. + * sman/Makefile.in: Likewise. + * boot/Makefile.in: Place bootsys binary in staged starget directory. + * boot/translator.boot (loadSystemRuntimeCore): Tidy. + * interp/Makefile.pamphlet: Use bootsys from staged target dir. + 2008-03-25 Gabriel Dos Reis <gdr@cs.tamu.edu> * interp/bootlex.lisp: Import "sys-globals". |