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

This commit is contained in:
tnn 2009-03-06 10:54:42 +00:00
parent 81bc449655
commit b767667062

View file

@ -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 @@ fetch-list-recursive:
###
.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 }'`; \