[builder] printing what package we are compiling

This commit is contained in:
mudler
2016-05-09 10:25:02 +02:00
parent 70a7542692
commit 4430495086
+1
View File
@@ -359,6 +359,7 @@ my $rt;
if ($emerge_split_install) {
for my $pack (@packages) {
say "==== Compiling $pack ====";
my $tmp_rt = system("emerge $emerge_defaults_args -j $jobs $pack");
# $rt=$tmp_rt if ($? == -1 or $? & 127 or !$rt); # if one fails, the build should be considered failed!