From 40f8a48bc68c5a6803410a55dcb03b12d6eb1078 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 7 Jan 2009 10:02:06 +0000 Subject: [PATCH] Revert "abuild: try break circular dependencies" This reverts commit b27a6f47107a848372a9863134e933c6d5ab7598. --- abuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/abuild b/abuild index 6bd6d51..9ba712c 100755 --- a/abuild +++ b/abuild @@ -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