From owner-freebsd-current Sun Mar 31 23:20: 1 2002 Delivered-To: freebsd-current@freebsd.org Received: from kayak.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by hub.freebsd.org (Postfix) with ESMTP id 3392E37B41A for ; Sun, 31 Mar 2002 23:19:57 -0800 (PST) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by kayak.xcllnt.net (8.11.6/8.11.4) with ESMTP id g317Jtb22989; Sun, 31 Mar 2002 23:19:55 -0800 (PST) (envelope-from marcel@kayak.pn.xcllnt.net) Received: from dhcp01.pn.xcllnt.net (localhost [127.0.0.1]) by dhcp01.pn.xcllnt.net (8.12.2/8.12.2) with ESMTP id g317JwU8054845; Sun, 31 Mar 2002 23:19:59 -0800 (PST) (envelope-from marcel@dhcp01.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.12.2/8.12.2/Submit) id g317Jvle054835; Sun, 31 Mar 2002 23:19:57 -0800 (PST) Date: Sun, 31 Mar 2002 23:19:56 -0800 From: Marcel Moolenaar To: Scott Sipe Cc: freebsd-current@FreeBSD.ORG Subject: Re: Build Error Message-ID: <20020401071956.GA31656@dhcp01.pn.xcllnt.net> References: <200204010514.g315ERj65959@rahl.dorm.duke.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200204010514.g315ERj65959@rahl.dorm.duke.edu> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Apr 01, 2002 at 12:14:27AM -0500, Scott Sipe wrote: > When doing buildworld on current from a couple hours ago. This is an alpha, > if that makes a difference. This is my first time compiling current > (currently running stable), so apologies if this is something that is my > fault. I just applied the following patch. I think this is what the fix is going to look like anyway. Index: Makefile =================================================================== RCS file: /home/ncvs/src/sbin/savecore/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- Makefile 31 Mar 2002 22:26:56 -0000 1.8 +++ Makefile 1 Apr 2002 06:40:18 -0000 @@ -1,5 +1,5 @@ # $FreeBSD: src/sbin/savecore/Makefile,v 1.8 2002/03/31 22:26:56 phk Exp $ -PROG= savekerneldump +PROG= savecore WARNS= 4 NOMAN= sorry, not yet. LDADD= -lmd -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message