This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In makedef.pl, read ccflags and optimize from %Config.
authorNicholas Clark <nick@ccl4.org>
Thu, 28 Jul 2011 11:24:36 +0000 (13:24 +0200)
committerNicholas Clark <nick@ccl4.org>
Mon, 1 Aug 2011 09:53:57 +0000 (11:53 +0200)
commit208d7614b345d1fbee3347436a4ce3868b50efbd
treec74df02b06c61bbe578c211585d112dcd8934269
parentc051ff4cf8f3d5503f717f41689354da1d06f897
In makedef.pl, read ccflags and optimize from %Config.

Previously they were read by opening and parsing config.sh. Remove all code
related to reading config.sh, as it is no longer needed.
makedef.pl