Skip to content
Snippets Groups Projects
  1. Jan 27, 2018
  2. Jan 24, 2018
    • Raymond Toy's avatar
      Fixes for cmucl · a5964448
      Raymond Toy authored
      bin/build-utils.sh:
      * Temporarily turn off -batch
      
      clx/dependent.lisp:
      * WITH-ARRAY-DATA is in the LISP package, not KERNEL
      
      clx/provide.lisp:
      * For cmucl, don't compile anything else after (provide :clx)
      a5964448
  3. Dec 20, 2017
  4. Sep 30, 2017
  5. Mar 05, 2017
  6. Dec 27, 2016
    • Raymond Toy's avatar
      Use the default version if possible · f6a7beae
      Raymond Toy authored
      If -V isn't given, try to use the default, if possible.
      f6a7beae
    • Raymond Toy's avatar
      Make sure version is specified. · 54eceec9
      Raymond Toy authored
      The version must either be computed using the defaults or must be
      given by the -V option.  Otherwise make-main-dist doesn't know what to
      do without a version.
      54eceec9
    • Raymond Toy's avatar
      Replace version arch os args with switches · 96739d95
      Raymond Toy authored
      The positional version, arch, and os args are now commandline
      switches.  This allows the user to specify arch and os names, for
      example, without specifying a version.  This allows the version to be
      defaulted.  Previously, the version had to be specified if arch or os
      were desired.  
      
      The original default values are used if these options aren't given.
      96739d95
  7. Dec 11, 2016
  8. May 14, 2016
    • Raymond Toy's avatar
      Add -X flag · d003a224
      Raymond Toy authored
      When -X is given (break) just before quiting the cross-compilation.
      This allows for some debugging of the cross-compiled result.
      d003a224
  9. Dec 26, 2015
  10. Nov 01, 2015
  11. Oct 11, 2015
  12. Oct 05, 2015
    • Raymond Toy's avatar
      Support asdf's static-image-op. · 20abbd7c
      Raymond Toy authored
      * src/lisp/GNUMakefile
          * Don't add exec-final.o to lisp.a.  (But still remove exec-init.o
            from it.)
      * src/tools/linker.sh
          * When linking the executable, need to link exec-final.o too.
      * bin/make-main-dist.sh
          * Need to install exec-init.o and exec-final.o.  exec-init.o is
            needed to link a normal lisp; exec-final.o is used for the
            executable image.
          * Fix modes on some installed files.  exec-init.o, exec-final.o,
            and lisp.a don't need to be executable.
      20abbd7c
  13. Jun 12, 2015
  14. May 19, 2015
  15. May 10, 2015
  16. May 08, 2015
  17. May 07, 2015
  18. Apr 25, 2015
  19. Apr 22, 2015
  20. Apr 17, 2015
    • Raymond Toy's avatar
      Install the asdf docs too. · 48c324f4
      Raymond Toy authored
      Also, install the asdf/defsystem sources before the fasls so that the
      fasls have a newer timestamp than the source.
      48c324f4
  21. Dec 03, 2014
  22. Dec 01, 2014
  23. Sep 12, 2014
  24. May 08, 2014
  25. Mar 30, 2014
  26. Jan 05, 2014
  27. Nov 07, 2013
  28. Sep 12, 2013
  29. Sep 09, 2013
  30. May 27, 2013
  31. May 05, 2013
  32. May 04, 2013
Loading