013731c502
- xbps_repo_open() accepts a third argument (bool) to acquire a POSIX file lock on the repository archive. - xbps_repo_close() accepts a second argument (bool) to release a POSIX file lock on the repository archive. This avoids the issue of multiple xbps-rindex(8) processes being blocked even for different repositories on the same architecture, resulting in unnecessary contention.
8 lines
171 B
Makefile
8 lines
171 B
Makefile
TOPDIR = ../..
|
|
-include $(TOPDIR)/config.mk
|
|
|
|
BIN = xbps-rindex
|
|
OBJS = main.o index-add.o index-clean.o remove-obsoletes.o repoflush.o sign.o
|
|
|
|
include $(TOPDIR)/mk/prog.mk
|