From owner-freebsd-current@FreeBSD.ORG Tue Nov 18 17:08:42 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 8C63616A4CE for ; Tue, 18 Nov 2003 17:08:42 -0800 (PST) Received: from ms-smtp-02-eri0.southeast.rr.com (ms-smtp-02-lbl.southeast.rr.com [24.25.9.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8270A43FB1 for ; Tue, 18 Nov 2003 17:08:41 -0800 (PST) (envelope-from jason@ec.rr.com) Received: from ec.rr.com (cpe-024-211-231-149.ec.rr.com [24.211.231.149]) hAJ18dKB002275; Tue, 18 Nov 2003 20:08:39 -0500 (EST) Message-ID: <3FBAC289.4050307@ec.rr.com> Date: Tue, 18 Nov 2003 20:08:25 -0500 From: Jason User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031205 Thunderbird/0.3 X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= References: <3FB99C24.80804@ec.rr.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit cc: freebsd-current@freebsd.org Subject: Re: build world question 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: Wed, 19 Nov 2003 01:08:42 -0000 Dag-Erling Smørgrav wrote: >Jason writes: > > >>I cvsuped an hour or so ago, now when I finish make buildworld I get: >>===> usr.sbin/boot0cfg >>cc -O -pipe -march=athlon-xp -Wsystem-headers -Werror -Wall >>-Wno-format-y2k -Wno-uninitialized -c /usr/src/usr.sbin/boot0cfg/boot0cfg.c >>cc -O -pipe -march=athlon-xp -Wsystem-headers -Werror -Wall >>-Wno-format-y2k -Wno-uninitialized -o boot0cfg boot0cfg.o >>gzip -cn /usr/src/usr.sbin/boot0cfg/boot0cfg.8 > boot0cfg.8.gz >>===> etc >> >> > >This is normal behaviour and has been for ages. > > > >>No errors, thats it. I thought I should get this message too: >>make world completed on >> >> > >You didn't ask it to do 'make world', so it didn't tell you that 'make >world' was completed. > >DES > > I told it to make buildworld, do I also need to tell it make world?