summaryrefslogtreecommitdiff
path: root/package/pkgmaker
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-06-20 21:14:22 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-06-20 21:14:22 +0200
commit7695ce447acb41050295fd205e14ba55c378cdd2 (patch)
tree08ae0b84457071688c45f72a49150c4807006c33 /package/pkgmaker
parent9cef6f4deb8f736d63bb41dc7e34793ad60db482 (diff)
parent19d35b947f30b2b3ac98ff039832ae46df7fee8c (diff)
Merge branch 'upstream'
Diffstat (limited to 'package/pkgmaker')
-rw-r--r--package/pkgmaker4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/pkgmaker b/package/pkgmaker
index 4cf2181ef..677a44d08 100644
--- a/package/pkgmaker
+++ b/package/pkgmaker
@@ -216,6 +216,10 @@ for dn in */Makefile; do
(*)
# produce dependency on regular package
# where the symbol is cached (see above)
+ if [[ ! -f ../pkglist.d/"$dep" ]]; then
+ print -u2 "Warning: $PKG_NAME: unreachable dependency '$dep'"
+ continue
+ fi
print -u$h '\tselect' \
ADK_PACKAGE_$(<../pkglist.d/"$dep")
;;