Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk Document MAKEDIRTARGETENV



details:   https://anonhg.NetBSD.org/src/rev/16a9a9d90b44
branches:  trunk
changeset: 783060:16a9a9d90b44
user:      apb <apb%NetBSD.org@localhost>
date:      Sun Dec 02 20:19:46 2012 +0000

description:
Document MAKEDIRTARGETENV

diffstat:

 share/mk/bsd.README |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r bc721b880f41 -r 16a9a9d90b44 share/mk/bsd.README
--- a/share/mk/bsd.README       Sun Dec 02 19:58:18 2012 +0000
+++ b/share/mk/bsd.README       Sun Dec 02 20:19:46 2012 +0000
@@ -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 @@
                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.



Home | Main Index | Thread Index | Old Index