[parrot/parrot] 7524bf: install inst_libparrot.$VER.$SOEXT
GitHub
noreply at github.com
Tue Feb 16 14:55:16 UTC 2016
Branch: refs/heads/master
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: 854aec65d6de8eaf5282995ab92100a2446f0cde
https://github.com/parrot/parrot/commit/854aec65d6de8eaf5282995ab92100a2446f0cde
Author: Reini Urban <rurban at cpanel.net>
Date: 2016-02-16 (Tue, 16 Feb 2016)
Changed paths:
M ChangeLog
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, #1212, #1096
Compare: https://github.com/parrot/parrot/compare/94386e962547...854aec65d6de
More information about the parrot-commits
mailing list