Module Name:    src
Committed By:   apb
Date:           Sun Dec  2 20:19:47 UTC 2012

Modified Files:
        src/share/mk: bsd.README

Log Message:
Document MAKEDIRTARGETENV


To generate a diff of this commit:
cvs rdiff -u -r1.309 -r1.310 src/share/mk/bsd.README

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/mk/bsd.README
diff -u src/share/mk/bsd.README:1.309 src/share/mk/bsd.README:1.310
--- src/share/mk/bsd.README:1.309	Sat Nov 24 14:01:28 2012
+++ src/share/mk/bsd.README	Sun Dec  2 20:19:46 2012
@@ -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 pro
 		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.

Reply via email to