xbps-bin: add two new targets 'show-deps' and 'show-revdeps" to print

dependencies and reverse dependencies of a package, respectively.

'xbps-bin show' no longer prints the deps anymore.

--HG--
extra : convert_revision : xtraeme%40gmail.com-20090821231219-n26o21xcxor46nk1
This commit is contained in:
Juan RP
2009-08-22 01:12:19 +02:00
parent f6ac35e110
commit 6d84cde6f1
5 changed files with 139 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
BIN = xbps-bin
OBJS = check.o install.o main.o remove.o ../xbps-repo/util.o
OBJS = check.o install.o main.o remove.o show-deps.o ../xbps-repo/util.o
TOPDIR = ../..
include $(TOPDIR)/prog.mk