View Single Post
  #9   (View Single Post)  
Old 24th June 2008
Carpetsmoker's Avatar
Carpetsmoker Carpetsmoker is offline
Real Name: Martin
Tcpdump Spy
 
Join Date: Apr 2008
Location: Netherlands
Posts: 2,243
Default

Hm, should work fine ... Maybe you accidently types KERNCONf or something?

If you build the kernel, you can immediatly see which config file it's using, just press CTRL+C after ~1-2 seconds:

Code:
[/usr/src]# make buildkernel KERNCONF=PHONG

--------------------------------------------------------------
>>> Kernel build for PHONG started on Wed Jun 25 00:58:47 CEST 2008
--------------------------------------------------------------
===> PHONG
mkdir -p /usr/obj/usr/src/sys

--------------------------------------------------------------
>>> stage 1: configuring the kernel
--------------------------------------------------------------
cd /usr/src/sys/i386/conf;  PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/sbin:/bin:/usr/sbin:/usr/bin  config  -d /usr/obj/usr/src/sys/PHONG  /usr/src/sys/i386/conf/PHONG
Kernel build directory is /usr/obj/usr/src/sys/PHONG
Don't forget to do ``make cleandepend && make depend''

--------------------------------------------------------------
>>> stage 2.1: cleaning up the object tree
--------------------------------------------------------------
^C
[/usr/src]#
__________________
UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things.
Reply With Quote