summaryrefslogtreecommitdiff
path: root/abuild.in
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-10-02 18:37:37 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-10-02 18:38:12 +0000
commitb49589e2915bf6d7ed610db5705a06b1c9972040 (patch)
tree55db25fb69475fe65747e9bd970eb3545f9c4bc9 /abuild.in
parentdf83f78d7148fbde6c27f698f15848263ede0939 (diff)
downloadabuild-b49589e2915bf6d7ed610db5705a06b1c9972040.tar.gz
abuild-b49589e2915bf6d7ed610db5705a06b1c9972040.tar.bz2
abuild-b49589e2915bf6d7ed610db5705a06b1c9972040.tar.xz
abuild-b49589e2915bf6d7ed610db5705a06b1c9972040.zip
abuild: show all detected dependencies
This will hopefully help detect depends problems early
Diffstat (limited to 'abuild.in')
-rwxr-xr-xabuild.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/abuild.in b/abuild.in
index 8abbdab..febf893 100755
--- a/abuild.in
+++ b/abuild.in
@@ -915,6 +915,8 @@ trace_apk_deps() {
for i in $autodeps; do
echo "depend = $i"
done | sort -u >> "$dir"/.PKGINFO
+ # display all depends
+ sed -n '/^depend =/s/depend = /\t/p' "$dir"/.PKGINFO >&2
}
find_scanelf_paths() {