Revert "abuild: try break circular dependencies"

This reverts commit b27a6f4710.
This commit is contained in:
Natanael Copa 2009-01-07 10:02:06 +00:00
parent e4d3099995
commit 40f8a48bc6
1 changed files with 0 additions and 5 deletions

5
abuild
View File

@ -478,11 +478,6 @@ builddeps() {
# i = pkg:dir
local dir=${i#*:}
local pkg=${i%:*}
# break circular deps
[ $(realpath "$dir") = $(realpath "${APKBUILD%/*}") ] \
&& continue
msg "Entering $dir"
cd "$dir" || return 1
$0 -i $pkg || return 1