From owner-freebsd-questions@FreeBSD.ORG Fri Jul 2 22:00:48 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D80716A4CE for ; Fri, 2 Jul 2004 22:00:48 +0000 (GMT) Received: from outfbmx001.isp.belgacom.be (outfbmx001.isp.belgacom.be [195.238.3.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7FBD43EC8 for ; Fri, 2 Jul 2004 22:00:47 +0000 (GMT) (envelope-from geert@lori.mine.nu) Received: from outmx014.isp.belgacom.be (outmx014.isp.belgacom.be [195.238.2.69]) (8.12.11/8.12.11/Skynet-OUT-FALLBACK-2.22) with ESMTP id i61MtAUK022953 for ; Fri, 2 Jul 2004 00:55:10 +0200 (envelope-from ) Received: from outmx014.isp.belgacom.be (localhost [127.0.0.1]) with ESMTP id i61MswR1006404 for ; Fri, 2 Jul 2004 00:54:58 +0200 (envelope-from ) Received: from lori.mine.nu (159-28.244.81.adsl.skynet.be [81.244.28.159]) with ESMTP id i61MstJ7006375 for ; Fri, 2 Jul 2004 00:54:55 +0200 (envelope-from ) Received: by lori.mine.nu (Postfix, from userid 1000) id 5C5AE4F0; Fri, 2 Jul 2004 00:54:53 +0200 (CEST) Date: Fri, 2 Jul 2004 00:54:53 +0200 From: Geert Hendrickx To: freebsd-questions@freebsd.org Message-ID: <20040701225452.GA16898@lori.mine.nu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2i X-GPG-Key: http://www.win.ua.ac.be/~s005085/gnupgkey.txt X-GPG-Key-ID: 1024D/766C1E92 X-Accept-Language: nl,en Subject: make buildworld: build changes only? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 22:00:48 -0000 Hi, I'm keeping track of -STABLE on semi-regular basis. But when I cvsup to the latest sources and do make buildworld, it always starts to rebuild the world entirely from scratch. That's somewhat frustrating, especially if cvsup showed only a screenful of changes. Is it possible to rebuild these changes only? I know I could cd to the directory of each changed file and do a make install there, but that is of course not quite practical. I suppose this could be automated, since this was exactly the design principle of make: rebuild changed sources only. I know this might brake some dependencies in some cases, but I expect this to be rare. I could still do a "full" buildworld when necessary. Any suggestions? GH