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.
The error: <START> ===> sbin/savecore make: don't know how to make savekerneldump.c. Stop *** Error code 2 Stop in /usr/src/sbin. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 </STOP> The Makefile (which doesn't seem ok): <START> # $FreeBSD: src/sbin/savecore/Makefile,v 1.8 2002/03/31 22:26:56 phk Exp $ PROG= savekerneldump WARNS= 4 NOMAN= sorry, not yet. LDADD= -lmd .include <bsd.prog.mk> </STOP> I tried making it similar to the Makefile for savecore from STABLE, but it still wouldn't compile (undefined consts/defines I believe). thanks, Scott To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message