xbps-reconfigure: add ability to reconfigure dependencies

adds `-x/--deps` and `--fulldeptree`, that behave similar to the xbps-query modes

fixes #464
This commit is contained in:
classabbyamp
2022-04-23 18:49:25 -04:00
committed by Duncan Overbruck
parent f5d84e8339
commit be7e532c3c
5 changed files with 145 additions and 7 deletions

View File

@@ -2,5 +2,6 @@ TOPDIR = ../..
-include $(TOPDIR)/config.mk
BIN = xbps-reconfigure
OBJS = main.o find-deps.o
include $(TOPDIR)/mk/prog.mk