This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Don't call CPAN to install any "extra" modules for the install-notify target.
authorNicholas Clark <nick@ccl4.org>
Wed, 25 Apr 2012 20:00:09 +0000 (22:00 +0200)
committerNicholas Clark <nick@ccl4.org>
Sat, 13 Jul 2013 10:32:14 +0000 (12:32 +0200)
commit3a03112500788fd8a2bf6c86b751b38a450b0e47
treeb0dfd6c6d32513ef30810c14377c9dd05ae09542
parentd618fe714273452c0536fde1f0be7eaa1e7241d3
Don't call CPAN to install any "extra" modules for the install-notify target.

Previously the Makefile's install-notify target built extra.install just like
the other 5 install targets. However, the other 5 actually install perl,
whereas install-notify (a.k.a. no-install) runs installperl and installman
with the --notify option (formerly -n), to cause them to print what they would
do but take no action. Hence if -Dextras was used, make no-install would
actually install the extra modules, but nothing else. This is inconsistent.
Makefile.SH