Skip to content
  1. Mar 30, 2014
  2. Nov 06, 2011
  3. Nov 04, 2011
  4. Sep 25, 2010
  5. Sep 16, 2010
    • rtoy's avatar
      lisp/GNUmakefile: · 96ee2673
      rtoy authored
      o Don't overwrite the CVS po file with the merged version; the merged
        version is written to the build directory.
      o The mo file is created from the merged version in the build
        directory.
      o Compare the newly merged version with the original CVS version and
        print a message if they are different.  (Sort the files first to
        remove any issues with order of the various fields.  It is known
        that the versions of msgmerge on FreeBSD and Mac OS X will put the
        Language line in different places.
      
      tools/make-extra-dist.sh:
      o Be sure to install the po file from the build directory and not the
        source directory.  (But do we really need to distribute the po
        files?)
      96ee2673
  6. Jul 05, 2010
    • rtoy's avatar
      Fix issue where we get warnings about source being newer than object · 2cdf2151
      rtoy authored
      for asdf and defsystem.
      
      make-extra-dist.sh:
      o Fix up the grep patterns to skip over what we wanted.  (Use egrep
        instead of grep, and change \| to |.)  This makes sure that the
        extras tarball doesn't have asdf or defsystem.
      
      make-main-dist.sh:
      o Don't need to touch the asdf/defsystem files anymore.
      2cdf2151
  7. May 10, 2010
    • rtoy's avatar
      Add asdf2 and restore (and update) defsystem. · 36d9b3bc
      rtoy authored
      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.
      36d9b3bc
  8. Mar 19, 2010
  9. Aug 18, 2009
    • rtoy's avatar
      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
  10. Aug 13, 2009
  11. Jun 11, 2009
  12. Dec 29, 2008
    • rtoy's avatar
      Add -I and -M options: · 3dcb8151
      rtoy authored
      -I) Install CMUCL directly to the given directory, instead of creating
          a tarball
      -M) Specify which subdirectory the manpages should go.  Default is
          man/man1.
      
      make-dist.sh:
      make-main-dist.sh:
      o Recognize and handle -I and -M.
      
      make-extra-dist.sh:
      o Recognize and handle -I.
      3dcb8151
  13. Nov 12, 2008
  14. May 05, 2005
  15. Oct 25, 2003
  16. Oct 18, 2003
    • toy's avatar
      Add options to make-dist.sh: · 2080abc0
      toy authored
         -G to select the group to use for the installation
         -O to select the owner
         -b for bzip compression
         -g for gzip compression (the default, if none given)
      2080abc0
  17. Oct 17, 2003