From owner-freebsd-hackers Tue Jun 26 1:23:36 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from sneakerz.org (sneakerz.org [216.33.66.254]) by hub.freebsd.org (Postfix) with ESMTP id 0A19837B405; Tue, 26 Jun 2001 01:23:34 -0700 (PDT) (envelope-from bright@sneakerz.org) Received: by sneakerz.org (Postfix, from userid 1092) id AC4985D010; Tue, 26 Jun 2001 03:23:12 -0500 (CDT) Date: Tue, 26 Jun 2001 03:23:11 -0500 From: Alfred Perlstein To: Terry Lambert Cc: John Baldwin , Peter Pentchev , hackers@FreeBSD.org, Valentin Nechayev Subject: Re: Two Junior Kernel Hacker tasks.. Message-ID: <20010626032311.I64836@sneakerz.org> References: <3B383CCF.4A149A79@mindspring.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <3B383CCF.4A149A79@mindspring.com>; from tlambert2@mindspring.com on Tue, Jun 26, 2001 at 12:42:07AM -0700 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Terry Lambert [010626 02:41] wrote: > John Baldwin wrote: > > > > Actually, make depend takes a relatively long time, and when > > I'm hacking on a kernel, I don't want to wait 15 minutes to > > build a kernel after changing one file. I compile kernels > > w/o config or make depend a lot. > > Me too. I can make a small set of changes to a couple > of kernel files, rebuild, reinstall, and reboot, and > be running the new kernel in under 3 minutes. Adding > a "make depend" puts that a bit further out (annoyingly > so). You guys are right, you just have to be watchful if new headers are added to files that you don't forget to 'make depend' otherwise it gets nasty real fast like if those headers change. :) -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message