Date: Thu, 19 Feb 2009 16:10:52 +0100 From: Niclas Zeising <niclas.zeising@gmail.com> To: Mike Makonnen <mtm@FreeBSD.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r188813 - head/share/man/man5 Message-ID: <499D767C.7020207@gmail.com> In-Reply-To: <200902191345.n1JDjPZY098575@svn.freebsd.org> References: <200902191345.n1JDjPZY098575@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] Mike Makonnen wrote: > Author: mtm > Date: Thu Feb 19 13:45:25 2009 > New Revision: 188813 > URL: http://svn.freebsd.org/changeset/base/188813 > > Log: > o grammar fix > o remove mention of libkse > > Modified: > head/share/man/man5/src.conf.5 > > Modified: head/share/man/man5/src.conf.5 > ============================================================================== > --- head/share/man/man5/src.conf.5 Thu Feb 19 12:47:24 2009 (r188812) > +++ head/share/man/man5/src.conf.5 Thu Feb 19 13:45:25 2009 (r188813) > @@ -62,7 +62,7 @@ for a particular build via the > .Fl D > option of > .Xr make 1 > -or in environment; see > +or in its environment; see > .Xr environ 7 . > .Pp > The values of variables are ignored regardless of their setting; > @@ -463,13 +463,10 @@ On amd64, set to not build 32-bit librar > runtime linker. > .It Va WITHOUT_LIBPTHREAD > .\" from FreeBSD: head/tools/build/options/WITHOUT_LIBPTHREAD 172498 2007-10-09 17:53:33Z obrien > -Set to not build either of the > +Set to not build the > .Nm libpthread > -providing libraries > -.Nm ( libthr > -(1:1) & > -.Nm libkse > -(M:N)). > +providing library, > +.Nm libthr . > When set, it also enforces the following options: > .Pp > .Bl -item -compact Shouldn't this file be auto-generated from the contents in src/tools/build/options/ and therefore not be edited by hand? You should change the contents of WITHOUT_LIBPTHREAD for the latter change, and makeman for the former change, and then regen by running make makeman. See the attached patch for changes. Regards! //Niclas [-- Attachment #2 --] Index: src/tools/build/options/WITHOUT_LIBPTHREAD =================================================================== RCS file: /home/ncvs/src/tools/build/options/WITHOUT_LIBPTHREAD,v retrieving revision 1.3 diff -u -d -r1.3 WITHOUT_LIBPTHREAD --- src/tools/build/options/WITHOUT_LIBPTHREAD 9 Oct 2007 17:53:33 -0000 1.3 +++ src/tools/build/options/WITHOUT_LIBPTHREAD 19 Feb 2009 15:06:59 -0000 @@ -1,8 +1,6 @@ .\" $FreeBSD: src/tools/build/options/WITHOUT_LIBPTHREAD,v 1.3 2007/10/09 17:53:33 obrien Exp $ -Set to not build either of the +Set to not build the .Nm libpthread -providing libraries +providing library .Nm ( libthr -(1:1) & -.Nm libkse -(M:N)). +(1:1) Index: src/tools/build/options/makeman =================================================================== RCS file: /home/ncvs/src/tools/build/options/makeman,v retrieving revision 1.8 diff -u -d -r1.8 makeman --- src/tools/build/options/makeman 12 Dec 2007 16:39:31 -0000 1.8 +++ src/tools/build/options/makeman 19 Feb 2009 15:06:59 -0000 @@ -118,7 +118,7 @@ .Fl D option of .Xr make 1 -or in environment; see +or in its environment; see .Xr environ 7 . .Pp The values of variables are ignored regardless of their setting;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?499D767C.7020207>
