From: H.Merijn Brand Date: Wed, 12 Aug 2009 07:32:23 +0000 (+0200) Subject: Remove duplicate entry (from config_heavy.pl) X-Git-Tag: 5.26.1~248 X-Git-Url: https://perl5.git.perl.org/metaconfig.git/commitdiff_plain/b6206bf1a144c0fa0f4e8002b65d57446979d1cb?hp=ffb2d9618a03f226918582748181b31e985c559b;ds=sidebyside Remove duplicate entry (from config_heavy.pl) --- diff --git a/U/modified/Config_sh.U b/U/modified/Config_sh.U index f159d0d..f074187 100644 --- a/U/modified/Config_sh.U +++ b/U/modified/Config_sh.U @@ -121,6 +121,8 @@ $startsh EOT ?X: Command line options are saved by the Options.U unit in the ?X: temporary file UU/cmdline.opt +: Add in command line options if available $test -f UU/cmdline.opt && $cat UU/cmdline.opt >> config.sh + $spitshell <>config.sh diff --git a/U/modified/Oldsym.U b/U/modified/Oldsym.U index 9c25d24..fd65c5c 100644 --- a/U/modified/Oldsym.U +++ b/U/modified/Oldsym.U @@ -25,11 +25,6 @@ ?MAKE: -pick add $@ %< ?T:PERL_CONFIG_SH PERL_PATCHLEVEL sym tmp ?F:!UU -?X: Command line options can be saved by the Options.U unit in the -?X: temporary file UU/cmdline.opt. -: Add in command line options if available -$test -f UU/cmdline.opt && $cat UU/cmdline.opt >> config.sh - : add special variables $test -f $src/patchlevel.h && \ awk '/^#define[ ]+PERL_/ {printf "%s=%s\n",$2,$3}' $src/patchlevel.h >>config.sh