Module Name:    src
Committed By:   christos
Date:           Sat Mar 31 14:46:17 UTC 2012

Modified Files:
        src/usr.bin/make: make.1

Log Message:
document gmake export command


To generate a diff of this commit:
cvs rdiff -u -r1.200 -r1.201 src/usr.bin/make/make.1

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

Modified files:

Index: src/usr.bin/make/make.1
diff -u src/usr.bin/make/make.1:1.200 src/usr.bin/make/make.1:1.201
--- src/usr.bin/make/make.1:1.200	Fri Feb  3 16:39:25 2012
+++ src/usr.bin/make/make.1	Sat Mar 31 10:46:16 2012
@@ -1,4 +1,4 @@
-.\"	$NetBSD: make.1,v 1.200 2012/02/03 21:39:25 sjg Exp $
+.\"	$NetBSD: make.1,v 1.201 2012/03/31 14:46:16 christos Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"	from: @(#)make.1	8.4 (Berkeley) 3/19/94
 .\"
-.Dd February 3, 2012
+.Dd March 31, 2012
 .Dt MAKE 1
 .Os
 .Sh NAME
@@ -1445,6 +1445,11 @@ except for internal variables (those tha
 This is not affected by the
 .Fl X
 flag, so should be used with caution.
+For compatibility with other
+.Nm
+programs
+.Ql export variable=value
+is also accepted.
 .Pp
 Appending a variable name to
 .Va .MAKE.EXPORTED

Reply via email to