Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 06 Aug 2002 08:58:05 -0700
From:      "Kevin Oberman" <oberman@es.net>
To:        Martin Kraemer <Martin.Kraemer@Fujitsu-Siemens.com>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: After cvsup: where are bsd.init.mk and bsd.links.mk ? 
Message-ID:  <20020806155805.DBB455D04@ptavv.es.net>
In-Reply-To: Your message of "Tue, 06 Aug 2002 17:32:36 %2B0200." <20020806173236.A46442@deejai2.mch.fsc.net> 

next in thread | previous in thread | raw e-mail | index | archive | help
Always, always read UPDATING! 

If you did a 'make depend' to build the kernel, you did the wrong
thing.

The ONLY supported way to build the new kernel is:
cd /usr/src
make buildkernel KERNCONF=your_conf_name
make installkernel KERNCONF=your_conf_name
(or, if doing both at once, just 'make kernel KERNCONF=your_conf_name')

The old method of running config, moving to the compile directory
simply will not work in some cases and this is one.

R. Kevin Oberman, Network Engineer
Energy Sciences Network (ESnet)
Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab)
E-mail: oberman@es.net			Phone: +1 510 486-8634

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?20020806155805.DBB455D04>