xbps-remove(8): -O,--clean-cache is now multithreaded.

This commit is contained in:
Juan RP
2014-05-06 12:17:18 +02:00
parent 6c8a073fb2
commit bbae14f187
5 changed files with 180 additions and 91 deletions

View File

@@ -2,7 +2,7 @@ TOPDIR = ../..
-include $(TOPDIR)/config.mk
BIN = xbps-remove
OBJS = main.o
OBJS = main.o clean-cache.o
OBJS += ../xbps-install/question.o
OBJS += ../xbps-install/util.o
OBJS += ../xbps-install/transaction.o