Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Nov 2000 20:17:41 -0500
From:      John <papalia@udel.edu>
To:        erich alfred heine <eheine@students.uiuc.edu>, Alfred Perlstein <bright@wintelcom.net>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: More kernel compile problems
Message-ID:  <4.3.2.7.2.20001118201338.00afeb80@mail.udel.edu>
In-Reply-To: <Pine.GSO.4.10.10011181855200.8161-100000@ux8.cso.uiuc.edu>
References:  <20001118153531.I18037@fw.wintelcom.net>

next in thread | previous in thread | raw e-mail | index | archive | help

> > This is a symptom of not reading /usr/src/UPDATING
>
>I just went and re-read /usr/src/UPDATING , and i fail to see any type of
>solution in it. The error output was a result of the command:
>
>make buildworld KERNEL="CUSTOMK1-3"

<snip rest of message>

You might want to re-read /usr/src/UPDATING actually... making sure to 
catch the different build targets.  You should be instead trying:

make buildkernel KERNEL=CUSTOMK1-3

not 'buildworld', and you have to be in /usr/src, otherwise it doesn't work.

Hope that helps...
--john



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




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