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
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'
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
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
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.
5 matches
Mail list logo