To avoid stopping in "make fetch-list" on /usr/ports

Noticed by:	simokawa@FreeBSD.org
This commit is contained in:
Satoshi Taoka 1999-08-09 06:22:14 +00:00
parent 520a263b2a
commit d3338efdce
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20623

View File

@ -3,7 +3,7 @@
# Date created: 15 July 1997
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
#
# $Id: Makefile,v 1.22 1999/01/18 02:41:07 steve Exp $
# $Id: Makefile,v 1.23 1999/05/01 04:00:20 taoka Exp $
#
DISTNAME= OMRONWnn6
@ -28,6 +28,8 @@ IS_INTERACTIVE= yes
do-fetch:
@${DO_NADA}
fetch-list:
@${DO_NADA}
# If ${.CURDIR}/work/.build_done (which will be ${BUILD_COOKIE}) exists,
# we do nothing in a 'do-fetch' stage.