Date: Tue, 13 Feb 2001 23:19:49 +0800 From: Donny Lee <donny@CoreBit.com> To: freebsd-current@FreeBSD.ORG Subject: Re: ipfilter broken? Message-ID: <3A895095.ED1BBC7C@CoreBit.com> References: <3A88AC06.B050ACFF@CoreBit.com> <xzpae7rkygz.fsf@flood.ping.uio.no> <3A88E99A.56A939DB@CoreBit.com> <20010213014137.A17857@dragon.nuxi.com> <3A894D1C.EFB432B2@CoreBit.com> <xzpvgqewriv.fsf@flood.ping.uio.no>
next in thread | previous in thread | raw e-mail | index | archive | help
Dag-Erling Smorgrav wrote: > > By doing so, I also noticed that, the general procedule i > > used to take: > > cd /sys/i386/conf > > config -r mykernel > ^^ > No point. -r removes objects generated by a previous kernel config, i guess. > > cd ../../compile/mykernel > > make depend all install > ^^^^^^^^^^^^^^^^^^ > Wrong. It only accidentally works because you always use 'config -r'. > The correct command is 'make depend && make && make install'. If you > do 'make depend all', the dependency information generated by the > 'depend' target is ignored by the 'all' target. -- // 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?3A895095.ED1BBC7C>