Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 May 2014 01:29:34 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r265343 - stable/9/share/man/man5
Message-ID:  <201405050129.s451TYFk041362@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Mon May  5 01:29:33 2014
New Revision: 265343
URL: http://svnweb.freebsd.org/changeset/base/265343

Log:
  MRC r265230:
    Clarify that MAKEOBJDIRPREFIX and MAKEOBJDIR are not
    honored as make(1) arguments.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/9/share/man/man5/make.conf.5
Directory Properties:
  stable/9/share/man/man5/   (props changed)

Modified: stable/9/share/man/man5/make.conf.5
==============================================================================
--- stable/9/share/man/man5/make.conf.5	Mon May  5 01:29:20 2014	(r265342)
+++ stable/9/share/man/man5/make.conf.5	Mon May  5 01:29:33 2014	(r265343)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd May 28, 2013
+.Dd May 2, 2014
 .Dt MAKE.CONF 5
 .Os
 .Sh NAME
@@ -689,6 +689,8 @@ and
 .Ev MAKEOBJDIR
 are environment variables and should not be set in
 .Nm
+or as command line arguments to
+.Xr make 1 ,
 but in make's environment.
 .Sh BUGS
 This manual page may occasionally be out of date with respect to



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405050129.s451TYFk041362>