From b0f2bc55aec9df26426a1ed8db257cde2cba6db6 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 30 Oct 2019 17:18:58 +0100 Subject: Remove verbosity for tar --- Configure.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Configure.pl') diff --git a/Configure.pl b/Configure.pl index 0627b2f..42e053c 100644 --- a/Configure.pl +++ b/Configure.pl @@ -171,7 +171,7 @@ MAIN: { my @prefixes = sort map substr($_, 0, 1), keys %backends; # determine the version of NQP we want - my ($nqp_want) = split(' ', slurp('rakudo/tools/build/NQP_REVISION')); + my ($nqp_want) = split(' ', slurp('rakudo/tools/templates/NQP_REVISION')); my %binaries; my %impls = gen_nqp($nqp_want, prefix => $prefix, backends => join(',', sort keys %backends), %options); @@ -239,7 +239,7 @@ MAIN: { } sorry(@errors) if @errors; - fill_template_file('tools/build/Makefile.in', 'Makefile', %config); + fill_template_file('tools/template/Makefile.in', 'Makefile', %config); unless ($options{'no-clean'}) { no warnings; -- cgit v1.1