Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Nov 2001 12:14:53 -0800
From:      "Crist J. Clark" <cristjc@earthlink.net>
To:        C J Michaels <cjm2@earthling.net>
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: -STABLE buildkernel broke! (linux module)
Message-ID:  <20011126121453.E232@gohan.cjclark.org>
In-Reply-To: <DJEFKJJHCIONPELDCGACCEIMCAAA.cjm2@earthling.net>; from cjm2@earthling.net on Thu, Nov 22, 2001 at 01:25:10AM -0500
References:  <20011119120923.Q69555@blossom.cjclark.org> <DJEFKJJHCIONPELDCGACCEIMCAAA.cjm2@earthling.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Nov 22, 2001 at 01:25:10AM -0500, C J Michaels wrote:
> As of 1:10am EST I:
> 
> 1. cvsup'd to RELENG_4 (from cvsup3)
> 2. rm -rf /usr/src/sys/compile/MYKERNEL
> 3. cd /usr/src/sys/i386/conf/
> 4. config -r MYKERNEL (just to be safe)
> 5. cd ../../compile/MYKERNEL
> 6. make depend
> 7. make
> 
> I am getting the errors on linux_proto.h.  Did I miss something?

The first thing I would suggest is actually deleting the build tree
you are using in step #2,

  # rm -rf /usr/src/sys/compile/MYKERNEL

Instead of the object tree the 'buildkernel' target creates. However,
that should be nuked by the '-r' option to config(8). Make sure your
source tree is clean,

  # cd /usr/src/sys && make cleandir; make cleandir

-- 
Crist J. Clark                           cjclark@alum.mit.edu

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




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