From owner-freebsd-current@FreeBSD.ORG Thu Jan 23 15:47:29 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 89071B89 for ; Thu, 23 Jan 2014 15:47:29 +0000 (UTC) Received: from mail-vb0-x230.google.com (mail-vb0-x230.google.com [IPv6:2607:f8b0:400c:c02::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 399A21B27 for ; Thu, 23 Jan 2014 15:47:29 +0000 (UTC) Received: by mail-vb0-f48.google.com with SMTP id q16so1122844vbe.7 for ; Thu, 23 Jan 2014 07:47:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=z6WNYwZfLka6J0Afxnv68Gp7L5wgPoSTfwu81OsQccU=; b=h4t0NjbDamtgdb6eIc8av1mlSlSM70FhrvYY9UpeZyGYun+YcLy2KjxzGN/CcwXp4b vwpdxQXWrxdUHDPVpgINVmq9LPCuttcercD+4dh5tX6slOVXJEjdvN6Y7BT9/WJc4h4p dF4vXx7ZbcrdxPrxMYapg87NAaT2XpIEpXkg+qGVQd79j4pLKmADbVL8wKvjQeECnCOT otuSodjMD5GPZV0Mpghr77E0LUga1Ql2RfAG+cmrw7zgFSK5CyUgUytvWvJI/VXU7LHu hMA6T/0igWAHCC/G4iJcmoEF3N6DGsT++dfm57xA5ldXPYqtmHaNeuX/kF2/J+8rqQJw xTWg== MIME-Version: 1.0 X-Received: by 10.58.7.1 with SMTP id f1mr4768297vea.15.1390492048384; Thu, 23 Jan 2014 07:47:28 -0800 (PST) Received: by 10.220.168.135 with HTTP; Thu, 23 Jan 2014 07:47:28 -0800 (PST) In-Reply-To: References: <52E09F68.8020804@UToledo.edu> <1390486224478-5879039.post@n5.nabble.com> Date: Thu, 23 Jan 2014 10:47:28 -0500 Message-ID: Subject: Re: Lessons learned from source upgrade from FreeBSD i386 9.2 Stable to FreeBSD i386 10.0 Release. From: Thomas Hoffmann To: freebsd-current Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: Warren Block , Jakub Lach X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 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: Thu, 23 Jan 2014 15:47:29 -0000 On Thu, Jan 23, 2014 at 9:56 AM, Warren Block wrote: > > > Using -DNOCLEAN with an existing /usr/obj can go even faster than ccache: > less than two minutes for a buildworld on my frequently updated i5/SSD > system, sometimes less than one minute. Can you elaborate on this, please? I always clear my /usr/obj before starting a buildworld, which takes 2 hours to run on my system. Are you saying if I do "make -DNOCLEAN buildworld" I do not have to clear /usr/obj first AND my buildworld will run faster (AND with no downside)? Thanks. -Tom