summaryrefslogtreecommitdiff
path: root/vms
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2010-10-15 14:56:58 -0500
committerCraig A. Berry <craigberry@mac.com>2010-10-15 14:56:58 -0500
commit5f286eeea1a6d97101ebc9f6d579ca42c99e6711 (patch)
tree44d69d90c00a372e24d47a4a567a07fbbc573653 /vms
parent0729becf1b30da9d73bf0cab31f9e80d8aa8fd26 (diff)
downloadperl-5f286eeea1a6d97101ebc9f6d579ca42c99e6711.tar.gz
Update regen targets on VMS.
Diffstat (limited to 'vms')
-rw-r--r--vms/descrip_mms.template34
1 files changed, 16 insertions, 18 deletions
diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template
index 48ab9d9edc..fdd82497d7 100644
--- a/vms/descrip_mms.template
+++ b/vms/descrip_mms.template
@@ -1437,27 +1437,25 @@ $(SOCKH) : [.vms]$(SOCKH)
.endif
# The following files are generated automatically
-# keywords.h: keywords.pl
-# opcode.h: opcode.pl
-# opnames.h: opcode.pl
-# overload.h: overload.pl
-# pp.sym: opcode.pl
-# embed.h: embed.pl [* needs pp.sym generated by opcode.pl! *]
-# embedvar.h: embed.pl [* needs pp.sym generated by opcode.pl! *]
-# global.sym: embed.pl
-# regnodes.h: regcomp.pl
-# warnings.h lib/warnings.pm: warnings.pl
+# embed.pl: proto.h embed.h embedvar.h global.sym
+# perlapi.h perlapi.c
+# [* embed.pl needs pp.sym generated by opcode.pl! *]
+# keywords.pl: keywords.h
+# opcode.pl: opcode.h opnames.h pp.sym
+# regcomp.pl: regnodes.h
+# warnings.pl: warnings.h lib/warnings.pm
# The correct versions should be already supplied with the perl kit,
# in case you don't have perl available.
-# To force them to run, type
-# MMS regen_headers
+# To force them to be regenerated, run
+# perl regen.pl
+# with your existing copy of perl
+# (make regen_headers is kept for backwards compatibility)
+
+regen :
+ $(INSTPERL) regen.pl
+
regen_headers :
- $(INSTPERL) keywords.pl
- $(INSTPERL) opcode.pl
- $(INSTPERL) overload.pl
- $(INSTPERL) embed.pl
- $(INSTPERL) regcomp.pl
- $(INSTPERL) warnings.pl
+ $(INSTPERL) regen.pl -v
.ifdef LINK_ONLY
.else