From owner-freebsd-hackers Mon Oct 6 23:57:50 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA03120 for hackers-outgoing; Mon, 6 Oct 1997 23:57:50 -0700 (PDT) (envelope-from owner-freebsd-hackers) Received: from proxy4.ba.best.com (root@proxy4.ba.best.com [206.184.139.15]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA03108 for ; Mon, 6 Oct 1997 23:57:45 -0700 (PDT) (envelope-from mdean@shellx.best.com) Received: from shellx.best.com (shellx.best.com [206.86.0.11]) by proxy4.ba.best.com (8.8.7/8.8.BEST) with ESMTP id XAA28691 for ; Mon, 6 Oct 1997 23:57:33 -0700 (PDT) Received: from localhost (mdean@localhost) by shellx.best.com (8.8.6/8.8.3) with SMTP id XAA08569 for ; Mon, 6 Oct 1997 23:57:33 -0700 (PDT) Date: Mon, 6 Oct 1997 23:57:33 -0700 (PDT) From: mdean To: freebsd-hackers@freebsd.org Subject: Driver Development Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk If I am changing a driver alot and want to quickly throw together a kernel is it safe (in terms of dependencies) to change the .c file in source tree then rerun make without doing a config first (assuming I haven't changed the config file)?