mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-07-04 12:50:50 +02:00
libpbuild: missing targets added (#56)
This commit is contained in:
@@ -983,9 +983,9 @@ pbuild::make_all() {
|
||||
return 0
|
||||
fi
|
||||
local targets=()
|
||||
targets+=( "pre_${target}_${system}" "pre_${target}" )
|
||||
targets+=( "pre_${target}_${system}" "pre_${target}_${OS}" "pre_${target}" )
|
||||
targets+=( "${target}" )
|
||||
targets+=( "post_${target}_${system}" "post_${target}" )
|
||||
targets+=( "post_${target}_${system}" "post_${target}_${OS}" "post_${target}" )
|
||||
|
||||
for t in "${targets[@]}"; do
|
||||
# We cd into the dir before calling the function -
|
||||
|
||||
Reference in New Issue
Block a user