From owner-cvs-all@FreeBSD.ORG Fri Apr 6 17:03:32 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8BBC216A405 for ; Fri, 6 Apr 2007 17:03:32 +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 2A70D13C4B9 for ; Fri, 6 Apr 2007 17:03:31 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: by py-out-1112.google.com with SMTP id f31so445725pyh for ; Fri, 06 Apr 2007 10:03:31 -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:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=mKlWsUSZvI5lBGpEvcIDQqFaDIkesSGiA3j0d4V/lzKRkaEWaxETO/UfQcOTw3tVRdNj9lMQPLRqRhJLK6WOmXM8Y34a10DNe2Fb3vPtilmiw4SkzGToRVynkMHnGuGRGVl091gAKfn8qYjo04YwAS52fSVTmnvB/wD/AqwWaLs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=DQ4ZYsKFZQTMCFMa9DyvkqKeF37gjVL2UN6nItT4juHeAV0yL9oCIMl7YGTWCTYL8+U/iGC2ZW1fXDSEUFHb0vyBL4yiokxLtGhoomG9S8kKL0DADGt2HoQ9fq6x6tnjDr0DCqi+r54CCdnPXTzq9C/J+nsj6dbDa91jtmLonYI= Received: by 10.64.242.5 with SMTP id p5mr6373925qbh.1175879011083; Fri, 06 Apr 2007 10:03:31 -0700 (PDT) Received: by 10.65.244.16 with HTTP; Fri, 6 Apr 2007 10:03:30 -0700 (PDT) Message-ID: Date: Fri, 6 Apr 2007 10:03:30 -0700 From: "Kip Macy" To: "Ruslan Ermilov" , "Kip Macy" , src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org In-Reply-To: <20070406064751.GE29457@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> Cc: Subject: Re: cvs commit: src/sys/modules Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Apr 2007 17:03:32 -0000 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. -Kip On 4/5/07, Ruslan Ermilov wrote: > Hi, > > On Fri, Apr 06, 2007 at 06:05:45AM +0000, Kip Macy wrote: > > kmacy 2007-04-06 06:05:45 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/modules Makefile > > Log: > > make modules compile without updating etc > > > > Revision Changes Path > > 1.524 +1 -1 src/sys/modules/Makefile > > > "etc/" has nothing to do with this. Instead, you > aren't using an up-to-date version of share/mk/ > files which are an integral part of every makefile > in a system. > > If you need to live in a hackish world, compiling > fresh sources using stale tools (as we all sometimes > do), you still have a way to do it intelligently: > > make -m /path/to/fresh/src/share/mk ... > > (The standard targets like buildworld/buildkernel > do it automatically.) > > Please back this change out. > > > Cheers, > -- > Ruslan Ermilov > ru@FreeBSD.org > FreeBSD committer >