From owner-freebsd-stable@FreeBSD.ORG Mon Jan 21 12:16:00 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C3CE16A419 for ; Mon, 21 Jan 2008 12:16:00 +0000 (UTC) (envelope-from freebsd-stable@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id EB9B313C4CC for ; Mon, 21 Jan 2008 12:15:59 +0000 (UTC) (envelope-from freebsd-stable@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JGvZ7-0001HQ-NM for freebsd-stable@freebsd.org; Mon, 21 Jan 2008 12:15:49 +0000 Received: from lara.cc.fer.hr ([161.53.72.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 21 Jan 2008 12:15:49 +0000 Received: from ivoras by lara.cc.fer.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 21 Jan 2008 12:15:49 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-stable@freebsd.org From: Ivan Voras Date: Mon, 21 Jan 2008 13:15:27 +0100 Lines: 36 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig6A82B59AE50E6525F5841952" X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: lara.cc.fer.hr User-Agent: Thunderbird 2.0.0.9 (X11/20070801) In-Reply-To: X-Enigmail-Version: 0.95.5 Sender: news Subject: Re: stupid question about compiling the kernel X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2008 12:16:00 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig6A82B59AE50E6525F5841952 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Pete French wrote: > if I;ve chhanged one line of one file, how can I recompile without > going back to the top and doing a 'make buildkernel' so I just recompil= e > that one file ? It's getting a bit tedious to wait 40 minutes when I've= > only chnaged one line - is there a better way ? 1. Go to your kernel configuration directory (e.g. /sys/i386/conf) 2. run "config CONFNAME" (e.g. config GENERIC) 3. chdir to the printed directory and follow the instructions about make cleandepend;make depend;make; make install (if you need to re-make the kernel with changes to existing files, you can skip the make clean; make depend steps). --------------enig6A82B59AE50E6525F5841952 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4-svn0 (GNU/Linux) iD8DBQFHlIzrldnAQVacBcgRApCtAJ9pTDdr3YwhgsDDnNug+e+Ng4aBLQCg2j6k dJPAB6ufceHqrapeiXUnXhQ= =nGEw -----END PGP SIGNATURE----- --------------enig6A82B59AE50E6525F5841952--