From owner-svn-src-head@FreeBSD.ORG Wed Sep 2 13:46:00 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 0CE16106566B; Wed, 2 Sep 2009 13:46:00 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id C2D368FC14; Wed, 2 Sep 2009 13:45:59 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:e817:f690:b95a:3ed2] (unknown [IPv6:2001:7b8:3a7:0:e817:f690:b95a:3ed2]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id E8CA85C59; Wed, 2 Sep 2009 15:45:57 +0200 (CEST) Message-ID: <4A9E7718.1080503@andric.com> Date: Wed, 02 Sep 2009 15:46:00 +0200 From: Dimitry Andric User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1.4pre) Gecko/20090901 Shredder/3.0b4pre MIME-Version: 1.0 To: Maxim Konovalov References: <200909010555.n815tAkx050140@svn.freebsd.org> <4A9D4A90.30700@FreeBSD.org> <20090902092054.Q27429@mp2.macomnet.net> In-Reply-To: <20090902092054.Q27429@mp2.macomnet.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: svn-src-head@FreeBSD.ORG, svn-src-all@FreeBSD.ORG, Doug Barton , src-committers@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: Wed, 02 Sep 2009 13:46:00 -0000 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. :)