Skip to content

Commit

Permalink
Use make_all_prereq config varibale
Browse files Browse the repository at this point in the history
  • Loading branch information
vrurg committed Sep 6, 2019
1 parent d4c8664 commit 732172b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 3rdparty/nqp-configure
3 changes: 2 additions & 1 deletion tools/lib/NQP/Config/Rakudo.pm
Expand Up @@ -756,10 +756,11 @@ sub _m_source_digest {
sub _m_gencat {
my $self = shift;
my $text = shift;
my $all_prereq = $self->cfg->cfg('make_all_prereq');
return $self->expand(<<TPL);
$text
\t\@echo "+++ Generating\t\$\@"
\t\@noecho\@\@bpm(NQP)\@ \@bpm(GEN_CAT)\@ \$^ > \$\@
\t\@noecho\@\@bpm(NQP)\@ \@bpm(GEN_CAT)\@ $all_prereq > \$\@
TPL
}

Expand Down

0 comments on commit 732172b

Please sign in to comment.