Skip site navigation (1)Skip section navigation (2)
Date:      13 Feb 2001 16:07:20 +0100
From:      Dag-Erling Smorgrav <des@ofug.org>
To:        Donny Lee <donny@CoreBit.com>
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: ipfilter broken?
Message-ID:  <xzpvgqewriv.fsf@flood.ping.uio.no>
In-Reply-To: Donny Lee's message of "Tue, 13 Feb 2001 23:05:00 %2B0800"
References:  <3A88AC06.B050ACFF@CoreBit.com> <xzpae7rkygz.fsf@flood.ping.uio.no> <3A88E99A.56A939DB@CoreBit.com> <20010213014137.A17857@dragon.nuxi.com> <3A894D1C.EFB432B2@CoreBit.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Donny Lee <donny@CoreBit.com> writes:
>   By doing so, I also noticed that, the general procedule i 
>   used to take:
> 
>      cd /sys/i386/conf
>      config -r mykernel
              ^^
No point.

>      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.

DES
-- 
Dag-Erling Smorgrav - des@ofug.org


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?xzpvgqewriv.fsf>