pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/fetch in fetch-list, skip packages that have INTERA...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8c897d62b141
branches:  trunk
changeset: 555649:8c897d62b141
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Fri Mar 06 10:54:42 2009 +0000

description:
in fetch-list, skip packages that have INTERACTIVE_STAGE=fetch

diffstat:

 mk/fetch/fetch-list.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c849dff32ade -r 8c897d62b141 mk/fetch/fetch-list.mk
--- a/mk/fetch/fetch-list.mk    Fri Mar 06 10:35:33 2009 +0000
+++ b/mk/fetch/fetch-list.mk    Fri Mar 06 10:54:42 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: fetch-list.mk,v 1.12 2009/02/15 15:18:00 joerg Exp $
+# $NetBSD: fetch-list.mk,v 1.13 2009/03/06 10:54:42 tnn Exp $
 
 ######################################################################
 ### fetch-list (PUBLIC)
@@ -59,7 +59,7 @@
 ###
 .PHONY: fetch-list-one-pkg
 fetch-list-one-pkg:
-.if !empty(_ALLFILES)
+.if !empty(_ALLFILES) && empty(INTERACTIVE_STAGE:Mfetch)
        @${ECHO}
        @${ECHO} '#'
        @location=`${PWD_CMD} | ${AWK} -F / '{ print $$(NF-1) "/" $$NF }'`; \



Home | Main Index | Thread Index | Old Index