From owner-freebsd-questions Thu Apr 19 15:29:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns.internet.dk (ns.internet.dk [194.19.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 094DB37B424 for ; Thu, 19 Apr 2001 15:29:39 -0700 (PDT) (envelope-from leifn@neland.dk) Received: (from uucp@localhost) by ns.internet.dk (8.11.2/8.11.2) id f3JMTWS71797 for freebsd-questions@freebsd.org.AVP; Fri, 20 Apr 2001 00:29:32 +0200 (CEST) (envelope-from leifn@neland.dk) Received: (from uucp@localhost) by ns.internet.dk (8.11.2/8.11.2) with UUCP id f3JMTWp71791 for freebsd-questions@freebsd.org; Fri, 20 Apr 2001 00:29:32 +0200 (CEST) (envelope-from leifn@neland.dk) Received: from localhost (localhost [127.0.0.1]) by arnold.neland.dk (8.11.3/8.11.0) with ESMTP id f3JMTD640358 for ; Fri, 20 Apr 2001 00:29:23 +0200 (CEST) (envelope-from leifn@neland.dk) Date: Fri, 20 Apr 2001 00:29:12 +0200 (CEST) From: Leif Neland To: Subject: Building kernel without making .depend Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG If I just change something in one source file, which doesn't change the dependencies, is it possible to just compile that file, not remaing .depends? /usr/src # make -DNOCLEAN kernel KERNCONF=MYCONFIG helps avoiding recompiling the entire kernel, but I'd like also avoiding redoing .depends Is it also possible to avoid doing anything in modules? (I'm playing around with printf's to debug a "ed0 attach returned 2" problem) Leif To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message