diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-09-15 14:56:44 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-09-15 14:56:44 +0100 |
commit | 87e064040e3ca3b6e8dfae243dfe4af76c7eb323 (patch) | |
tree | a1b84dd7e81d6cc9d38ef29452df1b77bdcff653 /vms | |
parent | 404ad9dc9dfa2116d2907212d3650df6870ff9bc (diff) | |
download | perl-87e064040e3ca3b6e8dfae243dfe4af76c7eb323.tar.gz |
Ensure that the perl build doesn't read any installed sitecustomize script.
But not the tests yet.
We need to avoid running a sitecustomize script as it may have side effects
that cause the build to fail, or worse, complete but with buggy side effects.
Diffstat (limited to 'vms')
-rw-r--r-- | vms/descrip_mms.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template index 747aeac293..f55ef18f60 100644 --- a/vms/descrip_mms.template +++ b/vms/descrip_mms.template @@ -448,7 +448,7 @@ pod = $(pod0) $(pod1) $(pod2) $(pod3) $(pod4) $(pod5) $(pod6) $(pod7) $(pod8) $( [.pod]perltoc.pod : [.pod]perldelta.pod [.pod]perlapi.pod [.pod]perlintern.pod [.pod]perlmodlib.pod extra.pods $(PERL_EXE) @ define/user_mode $(DBG)PERLSHR SYS$DISK:[]$(DBG)perlshr$(E) - $(PERL) [.pod]buildtoc "-q" "--build-toc" + $(PERL) "-f" [.pod]buildtoc "-q" "--build-toc" archcorefiles : $(ac) $(ARCHAUTO)time.stamp @ $(NOOP) |