This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Try to avoid doubling the cppflags if rerun without removing config.sh
authorJarkko Hietaniemi <jhi@iki.fi>
Fri, 16 Oct 2015 12:10:40 +0000 (08:10 -0400)
committerJarkko Hietaniemi <jhi@iki.fi>
Fri, 16 Oct 2015 16:19:32 +0000 (12:19 -0400)
commit76e6b6c7dc4c93d421dfe6c24866c3cd4560b57a
tree6bbfd39f96f39c3b95038341da8d43acad7dd6a1
parenta7dba6f870a82e3be87bda50593cb5d2042277fd
Try to avoid doubling the cppflags if rerun without removing config.sh

This bug has been here since 2001, introduced by yours truly
in 58e77565.  Hasn't been too harmful, obviously.  It doubles
the cppflags only once, thankfully, unlimited doubling would
probably have been noticed earlier.

The avoidance maneuver is far from fool-proof.  To be more
fooler-proofer, some sort of order-preserving deduping would
be needed.
Configure