Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[build] simplify gen_nqp.pl
  • Loading branch information
moritz committed Jun 7, 2011
1 parent 4509709 commit 151d38f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions build/gen_nqp.pl
Expand Up @@ -57,14 +57,11 @@ =head2 DESCRIPTION
system_or_die($make, "realclean");
}

print "\nConfiguring NQP ...\n";
my @config_command = ($^X, 'Configure.pl', "--with-parrot=../parrot_install/bin/parrot");
print "\nConfiguring, building and installing NQP ...\n";
my @config_command = ($^X, 'Configure.pl', "--with-parrot=../parrot_install/bin/parrot", "--make-install");
print "@config_command\n";
system_or_die( @config_command );

print "\nBuilding NQP ...\n";
system_or_die($make, 'install');

sub system_or_die {
my @cmd = @_;

Expand Down

0 comments on commit 151d38f

Please sign in to comment.