This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Run regen/uconfig_h.pl as part of the regen and regen_headers targets.
authorNicholas Clark <nick@ccl4.org>
Tue, 23 Aug 2011 14:08:55 +0000 (16:08 +0200)
committerNicholas Clark <nick@ccl4.org>
Tue, 23 Aug 2011 14:08:55 +0000 (16:08 +0200)
regen/uconfig_h.pl can't be run (by default) by regen.pl, as regen.pl needs
to be cross-platform, whilst regen/uconfig_h.pl relies on having a Bourne
Shell. However, if one has managed to extract Makefile from Makefile.SH,
that's clear proof that one has a working Bourne Shell available :-)

Makefile.SH

index 6ec50dd..f16bd19 100755 (executable)
@@ -1148,9 +1148,11 @@ AUTOGEN_FILES = opcode.h opnames.h pp_proto.h proto.h \
 
 regen: FORCE
        -perl regen.pl
+       -perl regen/uconfig_h.pl
 
 regen_headers: FORCE
        -perl regen.pl -v
+       -perl regen/uconfig_h.pl -v
 
 regen_meta:  META.yml