From owner-freebsd-stable@FreeBSD.ORG Mon Oct 31 10:28:47 2011 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 97D26106564A for ; Mon, 31 Oct 2011 10:28:47 +0000 (UTC) (envelope-from clbuisson@orange.fr) Received: from smtp.smtpout.orange.fr (smtp05.smtpout.orange.fr [80.12.242.127]) by mx1.freebsd.org (Postfix) with ESMTP id 3EC088FC0C for ; Mon, 31 Oct 2011 10:28:46 +0000 (UTC) Received: from localhost ([92.156.96.164]) by mwinf5d61 with ME id rMyi1h0013Yna8U03Myi11; Mon, 31 Oct 2011 10:58:43 +0100 X-ME-engine: default Message-ID: <4EAE7151.4080805@orange.fr> Date: Mon, 31 Oct 2011 10:58:41 +0100 From: Claude Buisson User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.23) Gecko/20110928 Thunderbird/3.1.15 MIME-Version: 1.0 To: Andrew Lankford References: <4EAE1E16.1010504@charter.net> In-Reply-To: <4EAE1E16.1010504@charter.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: stable@freebsd.org Subject: Re: WITHOUT_SYSINSTALL (stable-9) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Oct 2011 10:28:47 -0000 On 10/31/2011 05:03, Andrew Lankford wrote: > I was able to buildworld, buildkernel to 9.0-RC1 from 8-stable without > incident. Yay. However, I noticed a new sysinstall executable in > /usr/sbin even though I included WITHOUT_SYSINSTALL="yes" in > /etc/src.conf. My src.conf looks like it's in good order, and the > other WITHOUT_ options were heeded. > > Looking at src/usr.sbin/Makefile*, one can see that sysinstall is *unconditionnally* built. The only effect of WITHOUT_SYSINTALL is on the build of sade. Welcome to FreeBSD quality control ! Claude Buisson