Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Feb 2001 23:05:00 +0800
From:      Donny Lee <donny@CoreBit.com>
To:        freebsd-current@FreeBSD.org
Subject:   Re: ipfilter broken?
Message-ID:  <3A894D1C.EFB432B2@CoreBit.com>
References:  <3A88AC06.B050ACFF@CoreBit.com> <xzpae7rkygz.fsf@flood.ping.uio.no> <3A88E99A.56A939DB@CoreBit.com> <20010213014137.A17857@dragon.nuxi.com>

next in thread | previous in thread | raw e-mail | index | archive | help
David O'Brien wrote:
> > > Looks like a stale dependency file to me. Try 'make cleandir' twice,
> > > followed by the usual 'make depend && make && make install'.
> >   Yes, but got no luck, stops at the same place.    :)
>  cd /sys/compile/<YOURKERNELFILE>
>  rm -rf modules
>  make depend
>  make

  thanks, it works this way. 

  By doing so, I also noticed that, the general procedule i 
  used to take:

     cd /sys/i386/conf
     config -r mykernel          
     cd ../../compile/mykernel
     make depend all install

  the -r option in config kernel is no longer exist? 

-- 
// Donny


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A894D1C.EFB432B2>