Skip to content

Commit

Permalink
Remove commented-out and obsolete calls to Parrot's 'reconfigure.pl' …
Browse files Browse the repository at this point in the history
…step.
  • Loading branch information
pmichaud committed Feb 16, 2009
1 parent 1f9086b commit a6f4926
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Configure.pl
Expand Up @@ -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");
Expand Down

0 comments on commit a6f4926

Please sign in to comment.