Add asdf2 and restore (and update) defsystem.
asdf/asdf.lisp: o Current version of asdf2 imported from common-lisp.net asdf project. defsystem/defsystem.lisp: o Restored from repository and updated to current version from clocc.sourceforge.net. code/modules.lisp: o Indent docstrings to match the style of cmucl docstrings used elsewhere. (Lines after the first are indented 2 spaces.) o Add module for asdf and defsystem. tools/build-utils.sh: o Compile asdf and defsystem so when users require them, they're not compiled again or run in the interpreter. tools/clean-target.sh: o Keep the asdf and defsystem directories when requested so that both x87 and sse2 versions can be built. tools/make-extra-dist.sh: o Skip the asdf and defsystem directories when building the extras tarball; we don't need copies in the main and extras tarball. tools/make-main-dist.sh: o Install the asdf and defsystem directories in the correct place o Copy the asdf and defsystem fasls.
Showing
- code/module.lisp 37 additions, 28 deletionscode/module.lisp
- contrib/asdf/asdf.lisp 3342 additions, 0 deletionscontrib/asdf/asdf.lisp
- contrib/defsystem/defsystem.lisp 2376 additions, 850 deletionscontrib/defsystem/defsystem.lisp
- tools/build-utils.sh 12 additions, 0 deletionstools/build-utils.sh
- tools/clean-target.sh 1 addition, 1 deletiontools/clean-target.sh
- tools/make-extra-dist.sh 2 additions, 2 deletionstools/make-extra-dist.sh
- tools/make-main-dist.sh 17 additions, 0 deletionstools/make-main-dist.sh
contrib/asdf/asdf.lisp
0 → 100644
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment