[builder] printing what package we are compiling
This commit is contained in:
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user