Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Mar 2002 23:19:56 -0800
From:      Marcel Moolenaar <marcel@xcllnt.net>
To:        Scott Sipe <cscotts@mindspring.com>
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: Build Error
Message-ID:  <20020401071956.GA31656@dhcp01.pn.xcllnt.net>
In-Reply-To: <200204010514.g315ERj65959@rahl.dorm.duke.edu>
References:  <200204010514.g315ERj65959@rahl.dorm.duke.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020401071956.GA31656>