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 /Cross | |
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 'Cross')
-rw-r--r-- | Cross/Makefile-cross-SH | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Cross/Makefile-cross-SH b/Cross/Makefile-cross-SH index 4e72adcf8a..eaa1057132 100644 --- a/Cross/Makefile-cross-SH +++ b/Cross/Makefile-cross-SH @@ -848,6 +848,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.pl # 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 @@ -856,7 +857,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 |