From owner-freebsd-current@FreeBSD.ORG Tue Dec 9 00:11:12 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B132C16A4CE for ; Tue, 9 Dec 2003 00:11:12 -0800 (PST) Received: from post-21.mail.nl.demon.net (post-21.mail.nl.demon.net [194.159.73.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 793A043D21 for ; Tue, 9 Dec 2003 00:11:11 -0800 (PST) (envelope-from martijn@sewers-2.demon.nl) Received: from [212.238.189.211] (helo=drain.sewers-2.demon.nl) by post-21.mail.nl.demon.net with esmtp (Exim 3.36 #2) id 1ATcxa-0006mX-00; Tue, 09 Dec 2003 08:11:10 +0000 Received: from localhost (localhost [127.0.0.1]) by drain.sewers-2.demon.nl (Postfix) with ESMTP id 15E644205; Tue, 9 Dec 2003 09:11:09 +0100 (CET) Received: from drain.sewers-2.demon.nl ([127.0.0.1]) by localhost (drain.zonshofje.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 06950-01; Tue, 9 Dec 2003 09:10:42 +0100 (CET) Received: from me (ratcenter.zonshofje.nl [192.168.1.16]) by drain.sewers-2.demon.nl (Postfix) with SMTP id CEDDF41E9; Tue, 9 Dec 2003 09:10:41 +0100 (CET) Received: (nullmailer pid 651 invoked by uid 1001); Tue, 09 Dec 2003 09:10:08 -0000 Date: Tue, 9 Dec 2003 10:10:08 +0100 From: martijn To: Garance A Drosihn Message-ID: <20031209091007.GA620@ratcenter.zonshofje.nl> References: <20031208232338.GA4726@ratcenter.zonshofje.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new at sewers-2.demon.nl cc: FreeBSD-current@freebsd.org Subject: Re: make rebuild required when building on a 5.1 system X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Dec 2003 08:11:12 -0000 Once upon a Mon, Dec 08 2003, Garance A Drosihn hit keys in the following order: > At 12:23 AM +0100 12/9/03, martijn wrote: > >Hi, when building on a 5.1 system > > > >It appears that make should be rebuild before doing a make > >build of RELENG_5_2 when running the security branch > >RELENG_5_1. > > What was the specific make command that you tried to do? > (there is no 'make build' target for /usr/src) Oops sorry, I did mean 'make buildkernel', as specified in the docs. UPDATING states that i have to build a kernel before buildworld... OOPS! read it again... ;^) Sorry to have taken a bit of your time. martijn.