Date: Tue, 07 Sep 1999 15:12:57 +1000 From: Gregory Bond <gnb@itga.com.au> To: Greg Skafte <skafte@worldgate.ca> Cc: freebsd-stable@freebsd.org Subject: Re: 3.3-RC 990906 Message-ID: <199909070512.PAA10564@lightning.itga.com.au> In-Reply-To: Your message of Mon, 06 Sep 1999 22:54:12 -0600.
next in thread | raw e-mail | index | archive | help
> I was thinking that ... I'm gonna do an rm -fR /sys/compile/KERNEL and > redo the config KERNEL .... but should not a > > make depend all in /sys/compile/KERNEL catch any changes..... I've been caught by this before - you _need_ to do two different make commands: make depend && make all because (unlike GNU make) the BSD make doesn't automagically reread updated dependency info between the "depend" bit and the "all" bit! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909070512.PAA10564>