From owner-freebsd-current Tue Feb 13 7:18:42 2001 Delivered-To: freebsd-current@freebsd.org Received: from ms1.hinet.net (ms1.hinet.net [168.95.4.10]) by hub.freebsd.org (Postfix) with ESMTP id 564D037B503 for ; Tue, 13 Feb 2001 07:18:40 -0800 (PST) Received: from CoreBit.com (61-216-64-41.HINET-IP.hinet.net [61.216.64.41]) by ms1.hinet.net (8.8.8/8.8.8) with ESMTP id XAA18470 for ; Tue, 13 Feb 2001 23:18:36 +0800 (CST) Message-ID: <3A895095.ED1BBC7C@CoreBit.com> Date: Tue, 13 Feb 2001 23:19:49 +0800 From: Donny Lee X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-current@FreeBSD.ORG Subject: Re: ipfilter broken? References: <3A88AC06.B050ACFF@CoreBit.com> <3A88E99A.56A939DB@CoreBit.com> <20010213014137.A17857@dragon.nuxi.com> <3A894D1C.EFB432B2@CoreBit.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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