Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • rtoy's avatar
    e5bef4bf
    Add contrib directory to extra tarball. These were always part of the · e5bef4bf
    rtoy authored
    CMUCL source tree, but were never delivered in a distribution.
    
    code/module.lisp:
    o Define module "cmu-contribs" that loads defmodule definitions for
      the contrib code.
    
    code/save.lisp:
    o Add "library:contrib/" to the modules search-list so we can find the
      installed contribs.
    
    tools/make-extra-dist.sh:
    o Install all contrib files
    
    contrib/contrib.lisp:
    o New file that defines modules for the contrib packages.
    e5bef4bf
    History
    Add contrib directory to extra tarball. These were always part of the
    rtoy authored
    CMUCL source tree, but were never delivered in a distribution.
    
    code/module.lisp:
    o Define module "cmu-contribs" that loads defmodule definitions for
      the contrib code.
    
    code/save.lisp:
    o Add "library:contrib/" to the modules search-list so we can find the
      installed contribs.
    
    tools/make-extra-dist.sh:
    o Install all contrib files
    
    contrib/contrib.lisp:
    o New file that defines modules for the contrib packages.