indicate that build_depends are not 100% yet
This commit is contained in:
parent
d3102dae1c
commit
4bfbd8802d
@ -1,5 +1,5 @@
|
||||
#! /bin/sh
|
||||
# $OpenBSD: show-reverse-deps,v 1.1 2018/11/25 17:45:57 espie Exp $
|
||||
# $OpenBSD: show-reverse-deps,v 1.2 2018/11/25 17:51:04 espie Exp $
|
||||
#
|
||||
# Copyright (c) 2018 Marc Espie <espie@openbsd.org>
|
||||
#
|
||||
@ -16,6 +16,10 @@
|
||||
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
# compute reverse dependencies
|
||||
# XXX this is not perfect yet! it *does* require collating lib-depends over
|
||||
# multi-packages setup, which this is NOT doing yet, but it is close to
|
||||
# actually doing it.
|
||||
# we just require a few more views for that.
|
||||
|
||||
if [ $# -eq 0 ]
|
||||
then
|
||||
|
Loading…
x
Reference in New Issue
Block a user