summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2018-02-26 15:04:20 +1100
committerTony Cook <tony@develop-help.com>2018-02-26 15:16:05 +1100
commit8175eebc327f4502765433f742a50d661d0a3ac5 (patch)
treefdf09e8f59916ba625749be145ea900cb9ed0bb1 /Makefile.SH
parent4efd247d4c712a390e5c79db522ef527f439ad6b (diff)
downloadperl-8175eebc327f4502765433f742a50d661d0a3ac5.tar.gz
(perl #127743) don't probe Storable limits so much
Previously any rebuild on the perl executable or the shared library would re-run the Storable recursion limit probing. Only do so if the Storable binary or Storable.pm is rebuilt. This needs to be ported to the Win32 makefiles too.
Diffstat (limited to 'Makefile.SH')
-rwxr-xr-xMakefile.SH2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 486953a0bd..d776e63f56 100755
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -1163,7 +1163,7 @@ if test "$storable_type" != "" ; then
$spitshell >>$Makefile <<EOT
dist/Storable/lib/Storable/Limit.pm : \$(PERL_EXE) dist/Storable/stacksize $storable_limit_dep
- \$(RUN_PERL) dist/Storable/stacksize --core
+ cd dist/Storable ; \$(LDLIBPTH) \$(MAKE) lib/Storable/Limit.pm
lib/Storable/Limit.pm : dist/Storable/lib/Storable/Limit.pm
test -d lib/Storable || mkdir lib/Storable