From owner-freebsd-stable Mon Sep 6 22:13:23 1999 Delivered-To: freebsd-stable@freebsd.org Received: from ns.itga.com.au (ns.itga.com.au [192.83.119.129]) by hub.freebsd.org (Postfix) with ESMTP id 1AB7F156BE for ; Mon, 6 Sep 1999 22:13:12 -0700 (PDT) (envelope-from gnb@itga.com.au) Received: from lightning.itga.com.au (lightning.itga.com.au [192.168.71.20]) by ns.itga.com.au (8.9.3/8.9.3) with ESMTP id PAA10968; Tue, 7 Sep 1999 15:12:58 +1000 (EST) Received: from lightning (lightning [192.168.71.20]) by lightning.itga.com.au (8.9.1a/8.9.1) with ESMTP id PAA10564; Tue, 7 Sep 1999 15:12:57 +1000 (EST) Message-Id: <199909070512.PAA10564@lightning.itga.com.au> X-Mailer: exmh version 2.0.1 12/23/97 From: Gregory Bond To: Greg Skafte Cc: freebsd-stable@freebsd.org Subject: Re: 3.3-RC 990906 In-reply-to: Your message of Mon, 06 Sep 1999 22:54:12 -0600. Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 07 Sep 1999 15:12:57 +1000 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > 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