diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-12-21 22:46:41 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-12-24 09:25:12 -0800 |
commit | 69bcf1d3d727aba8df8f279ed93ee56eea0cd15f (patch) | |
tree | 9995de9d66593dd15087c9573b5b4813b8b8857e /Makefile.SH | |
parent | ebd7756fdcb7a944c6473f8738ec9e5a4d2e4669 (diff) | |
download | perl-69bcf1d3d727aba8df8f279ed93ee56eea0cd15f.tar.gz |
Create regen/feature.pl
This script generates lib/feature.pm. Soon it will be made to gener-
ate other files, too.
Diffstat (limited to 'Makefile.SH')
-rwxr-xr-x | Makefile.SH | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index 0bc963378f..4791e5c73a 100755 --- a/Makefile.SH +++ b/Makefile.SH @@ -1153,6 +1153,7 @@ CHMOD_W = chmod +w # opcode.pl: opcode.h opnames.h pp_proto.h # regcomp.pl: regnodes.h # warnings.pl: warnings.h lib/warnings.pm +# feature.pl: lib/feature.pm # The correct versions should be already supplied with the perl kit, # in case you don't have perl available. # To force them to be regenerated, run @@ -1161,7 +1162,8 @@ CHMOD_W = chmod +w # (make regen_headers is kept for backwards compatibility) AUTOGEN_FILES = opcode.h opnames.h pp_proto.h proto.h embed.h embedvar.h \ - perlapi.h perlapi.c regnodes.h warnings.h lib/warnings.pm + perlapi.h perlapi.c regnodes.h warnings.h lib/warnings.pm \ + lib/feature.pm .PHONY: regen_headers regen_all |