From owner-freebsd-stable@FreeBSD.ORG Wed May 27 22:23:09 2009 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 A0D181065686 for ; Wed, 27 May 2009 22:23:09 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id 28C4D8FC15 for ; Wed, 27 May 2009 22:23:08 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: by bwz9 with SMTP id 9so5102802bwz.43 for ; Wed, 27 May 2009 15:23:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=gVlazpvO+j+lwBcOfHX0KfdwK5wYuz/vfMb3/JcSHpc=; b=T/oToNloTfnChhnQIfU3nivewE9rLIz934m9fSNST1o8io0DfjqBha6UKWAFn/3z3I vGyf3ZpJ5N9SweY3KZlHITZmjcgWd2WXpeZ0d7PRzFXHRguTM1mGDJflyrJrXYhY+V5U qiq+l/y+gZta9jHzptKDWu34TymGom3Hn5Phk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=C4b/kPJ4RLlYzdWCBb0E05rrnCyN7S8HoY1EBeidDI1oh+HLYU0Sy0lvK6u096USnX jSABwBq2XdgRX/I7rvrHS+TtLiRlR9qpkEpsHRBx1F0YmFIW09f5QK1wpDUvGVdiYc9M 7CMjv+FqAXCdLXl9dCS3qsWrBqlx+daGBjpwQ= MIME-Version: 1.0 Received: by 10.204.62.68 with SMTP id w4mr448726bkh.122.1243462984044; Wed, 27 May 2009 15:23:04 -0700 (PDT) In-Reply-To: <20090526201505.GA71165@keira.kiwi-computer.com> References: <14989d6e0905260727g3d914545vdd97e68099175226@mail.gmail.com> <14989d6e0905260735i296776a6nff29e2922e345ceb@mail.gmail.com> <4ad871310905260804h107ec643vec473c1dfec875a4@mail.gmail.com> <14989d6e0905261142w7636e7c6xe4ed916ff5ce4225@mail.gmail.com> <20090526201505.GA71165@keira.kiwi-computer.com> Date: Wed, 27 May 2009 18:23:03 -0400 Message-ID: <4ad871310905271523v710556fegbc098a5ce86d4db8@mail.gmail.com> From: Glen Barber To: rick-freebsd2008@kiwi-computer.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: stable@freebsd.org Subject: Re: make buildkernel KERNCONF=GENERIC fails 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: Wed, 27 May 2009 22:23:10 -0000 On Tue, May 26, 2009 at 4:15 PM, Rick C. Petty wrote: > You should always do a "buildworld" before doing a "buildkernel", as the > toolchain which builds the kernel might have changed. =A0Also > "KERNCONF=3DGENERIC" is implied. > Rick, I thought the toolchain didn't change until an installworld was done (and possibly a reboot). --=20 Glen Barber