From 30bff44eb3312dd41a670458a2909005f14abc9e Mon Sep 17 00:00:00 2001 From: apb Date: Sun, 2 Dec 2012 20:19:46 +0000 Subject: [PATCH] Document MAKEDIRTARGETENV --- share/mk/bsd.README | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/share/mk/bsd.README b/share/mk/bsd.README index c6b322e56b90..36709e938a91 100644 --- a/share/mk/bsd.README +++ b/share/mk/bsd.README @@ -1,4 +1,4 @@ -# $NetBSD: bsd.README,v 1.309 2012/11/24 14:01:28 alnsn Exp $ +# $NetBSD: bsd.README,v 1.310 2012/12/02 20:19:46 apb Exp $ # @(#)bsd.README 8.2 (Berkeley) 4/2/94 This is the README file for the make "include" files for the NetBSD @@ -628,6 +628,10 @@ COPY The flag passed to the install program to cause the binary can either be installed with copies, or with moves using a single knob. [-c] +MAKEDIRTARGETENV + Environment variables passed to the child make process + invoked by MAKEDIRTARGET. + MAKEDIRTARGET dir target [params] Runs "cd $${dir} && ${MAKE} [params] $${target}", displaying a "pretty" message whilst doing so.