From 4c2bfd9dedab2533cbfc9c2bf4f827eb5f5f51a6 Mon Sep 17 00:00:00 2001 From: Timo Teras Date: Thu, 16 Apr 2009 20:05:22 +0300 Subject: db: cache index files, 'update' applet Cache non-local index files always locally. Introduce 'update' applet to force refresh of cached index files. Fixes #19. --- src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 993ca91..a25eb84 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2,8 +2,8 @@ progs-y += apk apk-objs := state.o database.o package.o archive.o \ version.o io.o url.o gunzip.o blob.o \ hash.o md5.o apk.o \ - add.o del.o ver.o index.o info.o search.o \ - fetch.o audit.o + add.o del.o update.o info.o search.o \ + ver.o index.o fetch.o audit.o CFLAGS_apk.o := -DAPK_VERSION=\"$(FULL_VERSION)\" progs-$(STATIC) += apk.static -- cgit v1.2.3