[builder] better output for logs

This commit is contained in:
mudler
2016-05-17 19:23:27 +02:00
parent 868dfb767d
commit 02fd49a321
+1 -1
View File
@@ -404,7 +404,7 @@ if ( $emerge_remove and $emerge_remove ne "" ) {
if ($emerge_split_install) {
for my $pack (@packages) {
say "==== Compiling $pack ====";
say "\n" x 2, "==== Compiling $pack ====", "\n" x 2;
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!