From a6f4926f9415ecfd5c268df74d4b43b809a5e331 Mon Sep 17 00:00:00 2001 From: pmichaud Date: Mon, 16 Feb 2009 11:48:47 -0600 Subject: [PATCH] Remove commented-out and obsolete calls to Parrot's 'reconfigure.pl' step. --- Configure.pl | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Configure.pl b/Configure.pl index fe0513cb95f..9eaa35aad50 100644 --- a/Configure.pl +++ b/Configure.pl @@ -24,16 +24,6 @@ # Work out slash character to use. my $slash = $^O eq 'MSWin32' ? '\\' : '/'; -# If we're in a Parrot build tree and --parrot-config isn't -# specified, use the build tree's reconfigure.pl and exit. -# if (!$options{'parrot-config'} && -e "../../tools/dev/reconfigure.pl") { -# print "Building Makefile with ../../tools/dev/reconfigure.pl\n"; -# chdir '../..'; -# `$^X -Ilib tools/dev/reconfigure.pl --step=gen::languages --languages=rakudo`; -# done(); -# } - - # Get a list of parrot-configs to invoke. my @parrot_config_exe = ("parrot${slash}parrot_config", "..${slash}..${slash}parrot_config", "parrot_config");