Revert "abuild: try break circular dependencies"
This reverts commit b27a6f47107a848372a9863134e933c6d5ab7598.
This commit is contained in:
parent
e4d3099995
commit
40f8a48bc6
5
abuild
5
abuild
@ -478,11 +478,6 @@ builddeps() {
|
|||||||
# i = pkg:dir
|
# i = pkg:dir
|
||||||
local dir=${i#*:}
|
local dir=${i#*:}
|
||||||
local pkg=${i%:*}
|
local pkg=${i%:*}
|
||||||
|
|
||||||
# break circular deps
|
|
||||||
[ $(realpath "$dir") = $(realpath "${APKBUILD%/*}") ] \
|
|
||||||
&& continue
|
|
||||||
|
|
||||||
msg "Entering $dir"
|
msg "Entering $dir"
|
||||||
cd "$dir" || return 1
|
cd "$dir" || return 1
|
||||||
$0 -i $pkg || return 1
|
$0 -i $pkg || return 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user