From owner-freebsd-hackers@FreeBSD.ORG Thu Oct 30 16:37:19 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F06416A4CE for ; Thu, 30 Oct 2003 16:37:19 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B34A43F85 for ; Thu, 30 Oct 2003 16:37:18 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9p2/8.12.9) with ESMTP id h9V0bGE7049790; Thu, 30 Oct 2003 17:37:17 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 30 Oct 2003 17:37:13 -0700 (MST) Message-Id: <20031030.173713.35610796.imp@bsdimp.com> To: bicknell@ufp.org From: "M. Warner Losh" In-Reply-To: <20031030194053.GA862@ussenterprise.ufp.org> References: <20031030194053.GA862@ussenterprise.ufp.org> X-Mailer: Mew version 2.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-hackers@freebsd.org Subject: Re: 5.x kernel config changes? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Oct 2003 00:37:19 -0000 In message: <20031030194053.GA862@ussenterprise.ufp.org> Leo Bicknell writes: : 4) Due to the way the makefiles now work it seems impossible to build a : new kernel after changing just "options" statements and install it : without also rebuilding all the modules...which takes quite some : time. This seems to be because it moves the whole directory out of : the way in /boot. This seems a little suboptimal to me. make NO_MODULES=t Warner