[parrot/parrot] 7524bf: install inst_libparrot.$VER.$SOEXT
GitHub
noreply at github.com
Tue Feb 16 13:46:24 UTC 2016
Branch: refs/heads/smoke-me/inst_libparrot-gh1213
Home: https://github.com/parrot/parrot
Commit: 7524bf5384ddebbb3ba06a040f8acf972aa0a3ba
https://github.com/parrot/parrot/commit/7524bf5384ddebbb3ba06a040f8acf972aa0a3ba
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: 091511bf32c16a90fdb3315bfa31f9ad60f70802
https://github.com/parrot/parrot/commit/091511bf32c16a90fdb3315bfa31f9ad60f70802
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.
Improves GH #1213
Compare: https://github.com/parrot/parrot/compare/60da64f44708...091511bf32c1
More information about the parrot-commits
mailing list