libpbuild.bash: pbuild::make_all(): comments added to args

This commit is contained in:
2020-09-03 16:20:16 +02:00
parent 883e017052
commit 800f4b7605
+3 -2
View File
@@ -915,8 +915,9 @@ pbuild::make_all() {
}
build_target() {
local dir="$1"
local target="$2"
local dir="$1" # src or build directory, depends on target
local target="$2" # prep, configure, compile or install
if [[ -e "${BUILD_DIR}/.${target}" ]] && \
[[ ${force_rebuild} != 'yes' ]]; then
return 0