Document MAKEDIRTARGETENV

This commit is contained in:
apb 2012-12-02 20:19:46 +00:00
parent 0ccb5cc7b5
commit 30bff44eb3

View File

@ -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.