This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Don't automatically regenerate uconfig.h as part of the microperl build.
authorNicholas Clark <nick@ccl4.org>
Tue, 22 Mar 2011 15:55:47 +0000 (15:55 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 28 Mar 2011 09:21:47 +0000 (10:21 +0100)
commita0eb549bd8b2a684971d342004fe02bde5c390a9
tree6800fbf329edf6700711be908d3da1a9ad615101
parentd0817dbe582693d4dbd2f1ae8097b9b0f5f8530e
Don't automatically regenerate uconfig.h as part of the microperl build.

This avoids limiting microperl to platforms with a Bourne shell. It also
avoids automated build tools modifying distribution files as part of the
default build targets.

Now that we have a regression test to ensure that uconfig.h is up to date,
the version as shipped will be consistent with uconfig.sh. README.micro
already instructs people to run `make -f Makefile.micro regen_uconfig` if
they edit uconfig.sh, so no change needed there.
Makefile.micro