From owner-freebsd-current@FreeBSD.ORG Mon Nov 10 20:20:45 2014 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 61D1B3BF; Mon, 10 Nov 2014 20:20:45 +0000 (UTC) Received: from udns.ultimatedns.net (unknown [IPv6:2602:d1:b4d6:e600:4261:86ff:fef6:aa2a]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2AAAF65E; Mon, 10 Nov 2014 20:20:45 +0000 (UTC) Received: from ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.14.9/8.14.9) with ESMTP id sAAKL03S041444; Mon, 10 Nov 2014 12:21:00 -0800 (PST) (envelope-from bsd-lists@bsdforge.com) To: Dimitry Andric In-Reply-To: <097F046E-952E-45C6-B7CF-2FF59C3E257F@FreeBSD.org> References: <35a0310882e1d8483662707a3925cbc9@ultimatedns.net> <,> <620257BF-6202-4B3A-838F-9424D3E76BBF@FreeBSD.org> , <097F046E-952E-45C6-B7CF-2FF59C3E257F@FreeBSD.org> From: "Chris H" Subject: Re: What's the least required in base to be functional? Date: Mon, 10 Nov 2014 12:21:00 -0800 Content-Type: text/plain; charset=UTF-8; format=fixed MIME-Version: 1.0 Message-id: Content-Transfer-Encoding: 8bit Cc: FreeBSD toolchain , FreeBSD CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Nov 2014 20:20:45 -0000 On Mon, 10 Nov 2014 21:16:46 +0100 Dimitry Andric wrote > On 10 Nov 2014, at 21:04, Chris H wrote: > > > > On Mon, 10 Nov 2014 20:28:00 +0100 Dimitry Andric wrote > ... > >> Note that you can delete WITHOUT_CLANG from your make.conf, just like > >> other WITH_ and WITHOUT_ settings. These only belong in src.conf. > >> > >> -Dimitry > > > > Thank you, Dimitry. Perfect! > > > > So that I can become better acquainted. Where can I find (read) > > more about my options in base? KNOBS, and such. I don't recall > > reading about these in the developers handbook, and even then, > > especially where -CURRENT is concerned, they move/change pretty > > quickly. :) > > You can read the build(7), src.conf(5) and make.conf(5) man pages. > > -Dimitry D'OH! Sorry for the noise, and thanks. :) --Chris