From owner-freebsd-stable Sat Jul 15 14:42:32 2000 Delivered-To: freebsd-stable@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DB6FA37B516; Sat, 15 Jul 2000 14:42:28 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id OAA01251; Sat, 15 Jul 2000 14:42:28 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Sat, 15 Jul 2000 14:42:28 -0700 (PDT) From: Kris Kennaway To: "Justin W. Pauler" Cc: freebsd-stable@FreeBSD.org Subject: Re: CVSup In-Reply-To: <00071513235000.05590@pauler.lgtch02.fais.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 15 Jul 2000, Justin W. Pauler wrote: > When you do a CVSup and download the latest updates, is there any way to get > around a full 'make world' which takes 3-4 hours here on a 233. > > I noticed the last time I updated there were just a few patches, none > to the kernel or libs. Is there a way to just update those pacakages > with some type of 'make' without having to go to each specific > directory? There is, but it's not supported, and if you try it and it screws up your system, or just doesn't work, then you're expected to be able to fix it yourself without coming asking for help :-) 'make all' in /usr/src is a lot faster than 'make world' since it deliberately doesn't do any dependency building or ordering, etc. But listen to me when I tell you not to report errors if you use this - you are on your own! Kris -- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message