This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update regen targets on VMS.
authorCraig A. Berry <craigberry@mac.com>
Fri, 15 Oct 2010 19:56:58 +0000 (14:56 -0500)
committerCraig A. Berry <craigberry@mac.com>
Fri, 15 Oct 2010 19:56:58 +0000 (14:56 -0500)
vms/descrip_mms.template

index 48ab9d9..fdd8249 100644 (file)
@@ -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