Re: build a -current kernel on a -stable box

2002-05-04 Thread Robert Watson


On Fri, 3 May 2002, Kenneth D. Merry wrote:

 On Sat, May 04, 2002 at 13:41:51 +0900, Makoto Matsushita wrote:
  
  ken Sorry, it was this commit that broke building -current kernels on -stable:
  
  How do you build -current kernel on your -stable box?
  
  cd /usr
  cvs -d /your/CVSROOT checkout src
  cd src
  make buildworld
  make buildkernel
  
  should work as it should be (and it's the only guaranteed procedure IIRC).
 
 Normally I skip the buildworld step and just build the kernel.
 
 It worked fine, up until the commit to kmod.mk.

I bumped into this problem when I tried to build directly from
src/sys/i386/compile, but not when I did buildkernel since it appeared to
do the right thing regarding using /usr/src/share/mk. 

Robert N M Watson FreeBSD Core Team, TrustedBSD Project
[EMAIL PROTECTED]  NAI Labs, Safeport Network Services




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: build a -current kernel on a -stable box

2002-05-04 Thread Makoto Matsushita


ken It worked fine, up until the commit to kmod.mk.

That's by chance.

-- -
Makoto `MAR' Matsushita

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: build a -current kernel on a -stable box

2002-05-03 Thread Makoto Matsushita


ken Sorry, it was this commit that broke building -current kernels on -stable:

How do you build -current kernel on your -stable box?

cd /usr
cvs -d /your/CVSROOT checkout src
cd src
make buildworld
make buildkernel

should work as it should be (and it's the only guaranteed procedure IIRC).

-- -
Makoto `MAR' Matsushita

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: build a -current kernel on a -stable box

2002-05-03 Thread Kenneth D. Merry

On Sat, May 04, 2002 at 13:41:51 +0900, Makoto Matsushita wrote:
 
 ken Sorry, it was this commit that broke building -current kernels on -stable:
 
 How do you build -current kernel on your -stable box?
 
   cd /usr
   cvs -d /your/CVSROOT checkout src
   cd src
   make buildworld
   make buildkernel
 
 should work as it should be (and it's the only guaranteed procedure IIRC).

Normally I skip the buildworld step and just build the kernel.

It worked fine, up until the commit to kmod.mk.

Ken
-- 
Kenneth Merry
[EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message