propagate name change of loop variable to shell fragment

This commit is contained in:
naddy 2005-11-10 15:11:12 +00:00
parent d01570f036
commit f3521c1b69

View File

@ -1,7 +1,7 @@
#-*- mode: Makefile; tab-width: 4; -*- #-*- mode: Makefile; tab-width: 4; -*-
# ex:ts=4 sw=4 filetype=make: # ex:ts=4 sw=4 filetype=make:
# from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91 # from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91
# $OpenBSD: bsd.port.subdir.mk,v 1.71 2005/11/02 20:30:12 espie Exp $ # $OpenBSD: bsd.port.subdir.mk,v 1.72 2005/11/10 15:11:12 naddy Exp $
# FreeBSD Id: bsd.port.subdir.mk,v 1.20 1997/08/22 11:16:15 asami Exp # FreeBSD Id: bsd.port.subdir.mk,v 1.20 1997/08/22 11:16:15 asami Exp
# #
# The include file <bsd.port.subdir.mk> contains the default targets # The include file <bsd.port.subdir.mk> contains the default targets
@ -63,7 +63,7 @@ ECHO_MSG?= echo
REPORT_PROBLEM_LOGFILE?= REPORT_PROBLEM_LOGFILE?=
.if !empty(REPORT_PROBLEM_LOGFILE) .if !empty(REPORT_PROBLEM_LOGFILE)
REPORT_PROBLEM?=echo $$d >>${REPORT_PROBLEM_LOGFILE} REPORT_PROBLEM?=echo $$subdir >>${REPORT_PROBLEM_LOGFILE}
.else .else
REPORT_PROBLEM?=exit 1 REPORT_PROBLEM?=exit 1
.endif .endif