From owner-svn-src-head@FreeBSD.ORG Sat Dec 26 21:27:51 2009 Return-Path: Delivered-To: svn-src-head@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 71EE71065676; Sat, 26 Dec 2009 21:27:51 +0000 (UTC) (envelope-from maxim@macomnet.ru) Received: from mp2.macomnet.net (cl-2958.ham-01.de.sixxs.net [IPv6:2001:6f8:900:b8d::2]) by mx1.freebsd.org (Postfix) with ESMTP id EF2D38FC17; Sat, 26 Dec 2009 21:27:50 +0000 (UTC) Received: from localhost (maxim@localhost [127.0.0.1]) by mp2.macomnet.net (8.14.3/8.14.3) with ESMTP id nBQLRk3v020840; Sun, 27 Dec 2009 00:27:46 +0300 (MSK) (envelope-from maxim@macomnet.ru) Date: Sun, 27 Dec 2009 00:27:46 +0300 (MSK) From: Maxim Konovalov To: Doug Barton In-Reply-To: <4A9E8C50.5010402@FreeBSD.org> Message-ID: <20091227002631.K58324@mp2.macomnet.net> References: <200909010555.n815tAkx050140@svn.freebsd.org> <4A9D4A90.30700@FreeBSD.org> <20090902092054.Q27429@mp2.macomnet.net> <4A9E7718.1080503@andric.com> <4A9E8C50.5010402@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: svn-src-head@FreeBSD.ORG, Dimitry Andric , src-committers@FreeBSD.ORG, svn-src-all@FreeBSD.ORG Subject: Re: svn commit: r196727 - head/share/man/man5 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Dec 2009 21:27:51 -0000 On Wed, 2 Sep 2009, 08:16-0700, Doug Barton wrote: > Dimitry Andric wrote: > > On 2009-09-02 07:21, Maxim Konovalov wrote: > >>> Unless I'm missing something this should be in the src.conf man page > >>> instead of make.conf. > >> Please explain why. > > > > make.conf(5): > > The file make.conf contains system-wide settings that will apply to every > > build using make(1) and the standard sys.mk file. > > > > src.conf(5): > > The src.conf file contains settings that will apply to every build > > involving the FreeBSD source tree; see build(7). > > > > The MALLOC_PRODUCTION define is used inside the FreeBSD source tree > > (actually only in jemalloc, it seems). > > > > You most likely don't want it to apply 'globally', since third-party > > programs (e.g. ports) might give a totally different meaning to this > > define -- or most likely: no meaning at all. :) > > That's correct. > > Maxim, I forgot to include the pointer to src/tools/build/options in > my previous mail, so there you go. :) > It seems makeman there does not work with anything but WITH_* and WITHOUT_* options. -- Maxim Konovalov