libpbuild: don't print module name and all deps when we are done

This commit is contained in:
2021-04-19 15:47:10 +02:00
parent 3c08327cdb
commit 6dee9b74da
-5
View File
@@ -1459,11 +1459,6 @@ pbuild.build_module() {
pbuild.init_env "${module_name}" "${module_version}"
pbuild::make_all
std::info \
"%s " \
"${module_name}/${module_version}:" \
${with_modules:+with ${with_modules[@]}} \
"done!"
std::info "* * * * *\n"
}