From owner-cvs-src@FreeBSD.ORG Fri Apr 6 17:56:24 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C593116A403 for ; Fri, 6 Apr 2007 17:56:24 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.freebsd.org (Postfix) with ESMTP id 4391213C4C7 for ; Fri, 6 Apr 2007 17:56:24 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: by py-out-1112.google.com with SMTP id f31so455159pyh for ; Fri, 06 Apr 2007 10:56:23 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=eavNT9JrVlSW+7hzgkDVGs/Q2rCzZCf1dKr/f28wdN3KpenM2j2jp1131k+S/7flEKWUvpSYGAPxHd05qk1A1a9r5+xJYk9Ggf0S8NClY1LjXFL/EgPV1YsEg7fOLlX7b0bg4qZmnW7Ap/Ihh8MRidxGuC1ZKT7SNACFKzqIGHs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=LnF4V5ZeGqaLouH51qtf/fTzCQnfKFQoogskiGXIrs7AOlTjyN+g0UKN34xvDSAS2iXeUelT0OBuAm2zU2SnHVvI1aUUjVrrNLTWaWgFOmZJ37PD70dJzQiMxUUAU58wTikMClarK0ghubDv14Yak4ThCQ7D5Oczox5iVjAswWA= Received: by 10.64.10.2 with SMTP id 2mr6477419qbj.1175882183096; Fri, 06 Apr 2007 10:56:23 -0700 (PDT) Received: by 10.65.244.16 with HTTP; Fri, 6 Apr 2007 10:56:23 -0700 (PDT) Message-ID: Date: Fri, 6 Apr 2007 10:56:23 -0700 From: "Kip Macy" To: "Ruslan Ermilov" In-Reply-To: <20070406171714.GA84721@rambler-co.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200704060605.l3665jcT032027@repoman.freebsd.org> <20070406064751.GE29457@rambler-co.ru> <20070406171714.GA84721@rambler-co.ru> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Kip Macy , cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/modules Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Apr 2007 17:56:24 -0000 On 4/6/07, Ruslan Ermilov wrote: > Hi, > > On Fri, Apr 06, 2007 at 10:03:30AM -0700, Kip Macy wrote: > > Ok, how do I fix this? "make kernel-toolchain"? I'll back it out as > > soon as UPDATING is updated with the appropriate action - magic flags > > aren't an appropriate response. > > > In this particular case, a simple "make buildkernel" will suffice, > i.e. you don't need kernel-toolchain. In the general case, if you > don't know the specifics of the changes, both kernel-toolchain and > buildkernel are required. All info is already in src/UPDATING: > > : COMMON ITEMS: > [...] > : To build a kernel > : ----------------- > : If you are updating from a prior version of FreeBSD (even one just > : a few days old), you should follow this procedure. It is the most > : failsafe as it uses a /usr/obj tree with a fresh mini-buildworld, > : > : make kernel-toolchain > : make -DALWAYS_CHECK_MAKE buildkernel KERNCONF=YOUR_KERNEL_HERE > : make -DALWAYS_CHECK_MAKE installkernel KERNCONF=YOUR_KERNEL_HERE > Thanks, I actually did that and it didn't work. Hence the commit. For the sake of avoiding friction I'll just assume that my tree maintained some bit of unnecessary state and back the change out as soon as I get the chance. -Kip