mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-28 02:19:39 +02:00
libpbuild.bash: pbuild::make_all(): comments added to args
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user