In message: <[EMAIL PROTECTED]>
Marcel Moolenaar <[EMAIL PROTECTED]> writes:
: The "Marcel approved" way of doing this would be:
: 1. fix make(1),
: 2. Wait a month (or so) or until after the next release, whichever
:comes first,
: 3. Change kmod.mk.
Agreed. I just arbitrarily dec
On Fri, Oct 03, 2003 at 09:02:19PM +0300, Ruslan Ermilov wrote:
> >
> > How are you building the kernel? Are you using `make buildworld' first
> > and then `make buildkernel' (or `make kernel')?
> >
> Maybe now it will be more obvious why I thought that upgrade_checks
> should always be done, f
On Fri, Oct 03, 2003 at 09:02:19PM +0300, Ruslan Ermilov wrote:
> Maybe now it will be more obvious why I thought that upgrade_checks
> should always be done, for all standard src/Makefile targets.
> Currently, you either need to upgrade your /usr/bin/make binary
> manually, or to use this command
On Fri, Oct 03, 2003 at 12:28:42PM -0500, Jacques A. Vidrine wrote:
> On Fri, Oct 03, 2003 at 07:57:51PM +0300, Clau wrote:
> > 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
Jacques A. Vidrine wrote:
On Fri, Oct 03, 2003 at 07:57:51PM +0300, Clau wrote:
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 t
On Fri, Oct 03, 2003 at 07:57:51PM +0300, Clau wrote:
> 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
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