Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Dec 2015 18:42:30 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r292283 - head/tools/build/options
Message-ID:  <201512151842.tBFIgUo5044847@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Tue Dec 15 18:42:30 2015
New Revision: 292283
URL: https://svnweb.freebsd.org/changeset/base/292283

Log:
  Correct comment about MAKEOBJDIRPREFIX in src-env.conf.
  
  It may only be used with WITH_AUTO_OBJ, which the WITH_DIRDEPS_BUILD does.  We
  could support this in the normal build as well if we forced creating the directory
  and setting .OBJDIR.
  
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/tools/build/options/makeman

Modified: head/tools/build/options/makeman
==============================================================================
--- head/tools/build/options/makeman	Tue Dec 15 18:09:03 2015	(r292282)
+++ head/tools/build/options/makeman	Tue Dec 15 18:42:30 2015	(r292283)
@@ -197,11 +197,14 @@ for the build can be controlled via the
 variable, which defaults to
 .Pa /etc/src-env.conf .
 Some examples that may only be set in this file are
-.Va MAKEOBJDIRPREFIX ,
 .Va WITH_DIRDEPS_BUILD ,
 and
 .Va WITH_META_MODE
 as they are environment-only variables.
+Note that
+.Va MAKEOBJDIRPREFIX
+may be set here only when using
+.Va WITH_DIRDEPS_BUILD .
 .Pp
 The values of variables are ignored regardless of their setting;
 even if they would be set to



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