[parrot/parrot] 654f1f: install inst_libparrot.$VER.$SOEXT

GitHub noreply at github.com
Tue Feb 16 13:40:11 UTC 2016


  Branch: refs/heads/smoke-me/inst_libparrot-gh1213
  Home:   https://github.com/parrot/parrot
  Commit: 654f1f4407a809dab1965f70e01da8ad903e56e3
      https://github.com/parrot/parrot/commit/654f1f4407a809dab1965f70e01da8ad903e56e3
  Author: Reini Urban <rurban at cpanel.net>
  Date:   2016-02-16 (Tue, 16 Feb 2016)

  Changed paths:
    M lib/Parrot/Install.pm
    M t/tools/install/02-install_files.t
    M tools/dev/install_files.pl

  Log Message:
  -----------
  install inst_libparrot.$VER.$SOEXT

over libparrot.$VER.$SOEXT, if it exists.
Fixes GH #1213
inst_libparrot has the final -install_name on darwin,
libparrot not.

broken with 7.11.0 and 8.1.0 for darwin binary builds only.
note that on darwin you are not allowed to use make -j>1 for
the installable target!

Also fixes the broken install_files --dry-run flag


  Commit: 386aacf6de38cba6b4304d088be5f7c484780c86
      https://github.com/parrot/parrot/commit/386aacf6de38cba6b4304d088be5f7c484780c86
  Author: Reini Urban <rurban at cpanel.net>
  Date:   2016-02-16 (Tue, 16 Feb 2016)

  Changed paths:
    M config/gen/makefiles/root.in
    M config/init/defaults.pm
    M config/init/hints/darwin.pm
    M tools/dev/install_files.pl

  Log Message:
  -----------
  install: change darwin inst_libparrot to libparrotsrc

relying on make -j1 installable is too fragile on darwin.
rather use a skipped blib/lib/libparrotsrc while building
and testing and use blib/lib/libparrot as INSTALLABLEPARROT,
darwin only.


Compare: https://github.com/parrot/parrot/compare/f38abc3e4df0...386aacf6de38


More information about the parrot-commits mailing list