svn commit: r292283 - head/tools/build/options

Bryan Drewery bdrewery at FreeBSD.org
Tue Dec 15 18:42:32 UTC 2015


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


More information about the svn-src-head mailing list