From owner-freebsd-questions Thu Jan 18 15:56:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from citusc17.usc.edu (citusc17.usc.edu [128.125.38.177]) by hub.freebsd.org (Postfix) with ESMTP id 0712337B402 for ; Thu, 18 Jan 2001 15:56:33 -0800 (PST) Received: (from kris@localhost) by citusc17.usc.edu (8.11.1/8.11.1) id f0INxkC79932; Thu, 18 Jan 2001 15:59:46 -0800 (PST) (envelope-from kris) Date: Thu, 18 Jan 2001 15:59:46 -0800 From: Kris Kennaway To: G D McKee Cc: freebsd-questions Subject: Re: Keeping Current Message-ID: <20010118155946.C79797@citusc17.usc.edu> References: <000901c081a8$a6c9b660$0500a8c0@gdmckee.local> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="eHhjakXzOLJAF9wJ" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000901c081a8$a6c9b660$0500a8c0@gdmckee.local>; from freebsd@gdmckee.com on Thu, Jan 18, 2001 at 11:44:51PM -0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --eHhjakXzOLJAF9wJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jan 18, 2001 at 11:44:51PM -0000, G D McKee wrote: > Hi >=20 > I can keep my source code up-to-date with cvsup daily. Is there a quick = way > of compiling the bits that have changed, automatically, or manually, with= out > having the go through the whole make world business that takes about 4hr = to > do. The only safe way is make world. You can often get away with doing 'make depend && make all install' from /usr/src which does what you asked for, but from time to time (every month or so) something will change which will break this, and quite possibly screw up your system in a difficult-to-recover-from way. If you use this, you are expected to be able to recover from any failures yourself without complaining to the support channels :-) You have been warned. > Also, what do you have to type in to get the machine to recompile with out > deleting the whole of /usr/obj. make world -DNOCLEAN Kris --=20 NOTE: To fetch an updated copy of my GPG key which has not expired, finger kris@FreeBSD.org --eHhjakXzOLJAF9wJ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6Z4NyWry0BWjoQKURAm7GAKDHDY/kubBoaBEMIhsbPtUHPyW8mwCg8bg3 9iEZ8K4Ff7dOtdtkO32kyww= =EZQP -----END PGP SIGNATURE----- --eHhjakXzOLJAF9wJ-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message