make from current handles recursive variables just fine.

This commit is contained in:
espie 2000-08-28 22:38:37 +00:00
parent f6091fad28
commit c242d633e5

View File

@ -1,6 +1,6 @@
#-*- mode: Fundamental; tab-width: 4; -*-
# ex:ts=4 sw=4 filetype=make:
FULL_REVISION=$$OpenBSD: bsd.port.mk,v 1.320 2000/08/22 23:10:38 brad Exp $$
FULL_REVISION=$$OpenBSD: bsd.port.mk,v 1.321 2000/08/28 22:38:37 espie Exp $$
# $FreeBSD: bsd.port.mk,v 1.264 1996/12/25 02:27:44 imp Exp $
# $NetBSD: bsd.port.mk,v 1.62 1998/04/09 12:47:02 hubertf Exp $
#
@ -2689,10 +2689,9 @@ fake-pkg: ${_PKG_PREREQ}
.if defined(VARNAME)
show:
. for _var in ${VARNAME}
@echo ${${_var}:Q}
. endfor
@echo ${${VARNAME}:Q}
.endif
# Depend is generally meaningless for arbitrary ports, but if someone wants
# one they can override this. This is just to catch people who've gotten into
# the habit of typing `make depend all install' as a matter of course.