This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Makefile.SH needs to delete the perldelta symlink before creating it.
authorNicholas Clark <nick@ccl4.org>
Mon, 30 Jul 2012 15:31:12 +0000 (17:31 +0200)
committerNicholas Clark <nick@ccl4.org>
Wed, 1 Aug 2012 13:07:07 +0000 (15:07 +0200)
commit9fa1f09fe74e63fd5b313c36efc35bb18e73faf3
tree197e654646badabf7e65269b7a6d18bb75c81caa
parentd97935e01b36de894b55057e3945044c9d47dfc9
Makefile.SH needs to delete the perldelta symlink before creating it.

This seemingly redundant action seems to be necessary for maximum
portability on repeat makes - certainly HP-UX make will happily assume that
the target (the symlink) is out of date, attempt to re-run the rule, and
then fail because the `ln -s` command fails due to the target already
existing.
Makefile.SH
Porting/pod_rules.pl