diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-05-10 20:27:16 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-05-10 20:27:16 +0000 |
commit | 0bfd2b7f7ab8769ca3d9c75656aa082a44f0d689 (patch) | |
tree | 1a15021a1b2095b4d510e51b3c9a47e6d415341d | |
parent | d4b8ffd779e69afa69b775b7e789e0e33434d03f (diff) | |
download | perl-0bfd2b7f7ab8769ca3d9c75656aa082a44f0d689.tar.gz |
"make regen" should run reentr.pl
p4raw-id: //depot/perl@24443
-rw-r--r-- | regen.pl | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -26,7 +26,8 @@ my %gen = ( 'keywords.pl' => [qw[keywords.h]], 'opcode.pl' => [qw[opcode.h opnames.h pp_proto.h pp.sym]], 'regcomp.pl' => [qw[regnodes.h]], - 'warnings.pl' => [qw[warnings.h lib/warnings.pm]] + 'warnings.pl' => [qw[warnings.h lib/warnings.pm]], + 'reentr.pl' => [qw[reentr.c reentr.h]], ); sub do_cksum { @@ -46,7 +47,7 @@ sub do_cksum { } foreach my $pl (qw (keywords.pl opcode.pl embed.pl bytecode.pl - regcomp.pl warnings.pl autodoc.pl)) { + regcomp.pl warnings.pl autodoc.pl reentr.pl)) { print "$^X $pl\n"; my %cksum0; %cksum0 = do_cksum($pl) unless $pl eq 'warnings.pl'; # the files were removed |