From 1035d8dc2be00ffc7f897e50c3166d690c549254 Mon Sep 17 00:00:00 2001 From: jlam Date: Tue, 20 Jun 2006 14:54:03 +0000 Subject: If FAILOVER_FETCH is defined, then we need the digest binary to already be installed, so let uptodate-digest do that crazy thing it does. --- mk/fetch/fetch.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk') diff --git a/mk/fetch/fetch.mk b/mk/fetch/fetch.mk index d2e00016dc4..6a80366cce5 100644 --- a/mk/fetch/fetch.mk +++ b/mk/fetch/fetch.mk @@ -1,4 +1,4 @@ -# $NetBSD: fetch.mk,v 1.3 2006/06/20 14:50:27 jlam Exp $ +# $NetBSD: fetch.mk,v 1.4 2006/06/20 14:54:03 jlam Exp $ ###################################################################### ### fetch (PUBLIC) @@ -261,7 +261,7 @@ batch-check-distfiles: .PHONY: do-fetch .if !target(do-fetch) -do-fetch: +do-fetch: ${FAILOVER_FETCH:Duptodate-digest} . if !defined(ALLOW_VULNERABLE_PACKAGES) ${_PKG_SILENT}${_PKG_DEBUG} \ if [ -f ${PKGVULNDIR}/pkg-vulnerabilities ]; then \ -- cgit v1.2.3