xbps-rindex(8): clean mode (-c) is now multithreaded.

This commit is contained in:
Juan RP
2012-12-14 04:59:47 +01:00
parent 33a8150a98
commit a0443fc4ce
5 changed files with 212 additions and 132 deletions

View File

@@ -2,7 +2,7 @@ TOPDIR = ../..
-include $(TOPDIR)/config.mk
BIN = xbps-rindex
OBJS = main.o index.o remove-obsoletes.o common.o
OBJS = main.o index-add.o index-clean.o remove-obsoletes.o common.o
MAN = $(BIN).8
include $(TOPDIR)/mk/prog.mk