Re: "can't find kernel source tree" error when building the kernel.

2003-10-03 Thread Clau
r .if !defined(SYSDIR) || !exists(${SYSDIR}/kern/) .error "can't find kernel source tree" .endif i removed the last "/" from "/kern/" and now it seems it can find the directory. i don't know if this is a general problem, or it is just in the case of my syste

Re: "can't find kernel source tree" error when building the kernel.

2003-10-03 Thread Jacques A. Vidrine
SYSDIR= ${_dir} > .endif > .endfor > .if !defined(SYSDIR) || !exists(${SYSDIR}/kern/) > .error "can't find kernel source tree" > .endif > > i removed the last "/" from "/kern/" and now it seems it can find the > directory. > i don'

Re: "can't find kernel source tree" error when building the kernel.

2003-10-03 Thread Max Laier
Hello Clau, C> i removed the last "/" from "/kern/" and now it seems it can find the C> directory. C> i don't know if this is a general problem, or it is just in the case of C> my system. Same here. Setting SYSDIR helped for now. But the last commit message to kmod.mk: "Revert rev. 1.86, I've fix

"can't find kernel source tree" error when building the kernel.

2003-10-03 Thread Clau
hello, i just downloaded via cvsup the latest kernel for freebsd 5.1. i had a problem with it, more exactly when i did a "make depend" it stopped at some place, and gave me this error: "can't find kernel source tree" i fixed this by modifying this piece of code from /usr/src/sys/conf/kmod.mk (it s

Building the Kernel

2001-12-08 Thread Dragon Fire
Quick question. I am running FreeBSD 4.4. I comfortable building the kernel "the old way" but in the FreeBSD handbook there is the "new way", which is described below. There appears to be no support for buildkernel anywhere, please point me in the right direction.