From b025fb31bec6b8c16b86d140888492c2b8f0c014 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Mon, 22 Mar 2010 15:28:14 -0700 Subject: [PATCH] nrelease - Add dummy fetch target for x86_64 * Ensure the fetch target is valid regardless of the architecture --- nrelease/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nrelease/Makefile b/nrelease/Makefile index 40c78f1782..fbd97245e2 100644 --- a/nrelease/Makefile +++ b/nrelease/Makefile @@ -509,6 +509,9 @@ fetch: .if !exists(${PKGSRC_PKG_PATH}/${CVSUP_BOOTSTRAP_KIT}.tgz) (cd ${PKGSRC_PKG_PATH}; fetch ${PKGSRC_BOOTSTRAP_URL}/${CVSUP_BOOTSTRAP_KIT}.tgz) .endif +.else +fetch: + @echo "Fetch is a NOP for 64-bit builds" .endif pkgsrc_bootstrap: -- 2.41.0