From owner-freebsd-current@FreeBSD.ORG  Mon Jan 26 17:08:39 2004
Return-Path: <owner-freebsd-current@FreeBSD.ORG>
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 DA1FD16A4CF
	for <freebsd-current@freebsd.org>;
	Mon, 26 Jan 2004 17:08:39 -0800 (PST)
Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu
	[128.208.78.105])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8F0E943D62
	for <freebsd-current@freebsd.org>;
	Mon, 26 Jan 2004 17:07:27 -0800 (PST)
	(envelope-from sgk@troutmask.apl.washington.edu)
Received: from troutmask.apl.washington.edu (localhost [127.0.0.1])
	i0R153TA096450;	Mon, 26 Jan 2004 17:05:03 -0800 (PST)
	(envelope-from sgk@troutmask.apl.washington.edu)
Received: (from sgk@localhost)i0R153SE096449;
	Mon, 26 Jan 2004 17:05:03 -0800 (PST)	(envelope-from sgk)
Date: Mon, 26 Jan 2004 17:05:03 -0800
From: Steve Kargl <sgk@troutmask.apl.washington.edu>
To: Jason <jason@ec.rr.com>
Message-ID: <20040127010503.GA96433@troutmask.apl.washington.edu>
References: <3FB9930B.9080800@ec.rr.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <3FB9930B.9080800@ec.rr.com>
User-Agent: Mutt/1.4.1i
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
	<freebsd-current.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-current>,
	<mailto:freebsd-current-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-current>
List-Post: <mailto:freebsd-current@freebsd.org>
List-Help: <mailto:freebsd-current-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-current>,
	<mailto:freebsd-current-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 27 Jan 2004 01:08:40 -0000

On Mon, Nov 17, 2003 at 10:33:31PM -0500, Jason wrote:
> 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
> No errors, thats it.  I thought I should get this message too:
> make world completed on
> 
> Is this a problem or normal?  I just don't want to be half way into an 
> update and have problems.

Did you use the -j option to make?

-- 
Steve