From owner-freebsd-current@FreeBSD.ORG Fri Oct 26 10:09:54 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 169B816A417 for ; Fri, 26 Oct 2007 10:09:54 +0000 (UTC) (envelope-from doconnor@gsoft.com.au) Received: from cain.gsoft.com.au (cain.gsoft.com.au [203.31.81.10]) by mx1.freebsd.org (Postfix) with ESMTP id A268A13C48A for ; Fri, 26 Oct 2007 10:09:53 +0000 (UTC) (envelope-from doconnor@gsoft.com.au) Received: from inchoate.gsoft.com.au (ppp121-45-118-190.lns11.adl6.internode.on.net [121.45.118.190]) (authenticated bits=0) by cain.gsoft.com.au (8.13.8/8.13.8) with ESMTP id l9QA9ovu031850 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 26 Oct 2007 19:39:51 +0930 (CST) (envelope-from doconnor@gsoft.com.au) From: "Daniel O'Connor" To: freebsd-current@freebsd.org Date: Fri, 26 Oct 2007 19:39:46 +0930 User-Agent: KMail/1.9.7 References: <4721B3FF.5040003@mail.ru> In-Reply-To: <4721B3FF.5040003@mail.ru> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1407241.IfmABDxWyz"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200710261939.47467.doconnor@gsoft.com.au> X-Spam-Score: -2.312 () BAYES_00 X-Scanned-By: MIMEDefang 2.58 on 203.31.81.10 Cc: rihad Subject: Re: make -DNOCLEAN buildworld taking a long time X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Oct 2007 10:09:54 -0000 --nextPart1407241.IfmABDxWyz Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Fri, 26 Oct 2007, rihad wrote: > I'm frequently doing cd /usr/src/ && make update, and then the whole > buildworld/kernel/mergemaster dance. Why is make -DNOCLEAN You can use -DNO_KERNELDEPEND for kernel stuff if you're confident the=20 changes you're making won't impact on file dependencies. I have to wonder why you're doing it often though.. > buildworld kernel taking a long time rebuilding most parts? Shouldn't > it only build whatever has changed? Unfortunately due to limitations in the way make works and is being used=20 mean that there is a lot of crap to get through even if nothing is=20 actually done :( =2D-=20 Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C --nextPart1407241.IfmABDxWyz Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQBHIbzr5ZPcIHs/zowRApDSAJ4gV3N0oRO+CR3Q4xlC15bpqu66UACdEKOS NuwHGWHTC8dT96g+xZgfq2U= =zbFU -----END PGP SIGNATURE----- --nextPart1407241.IfmABDxWyz--