From owner-freebsd-questions@freebsd.org Tue Jan 26 01:50:01 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7124DA46117 for ; Tue, 26 Jan 2016 01:50:01 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4114DC46 for ; Tue, 26 Jan 2016 01:50:01 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id u0Q1nsRo069373 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 25 Jan 2016 18:49:54 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id u0Q1nspA069370; Mon, 25 Jan 2016 18:49:54 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Mon, 25 Jan 2016 18:49:54 -0700 (MST) From: Warren Block To: "Brandon J. Wandersee" cc: Tim Daneliuk , Terje Elde , FreeBSD Mailing List Subject: Re: [installworld] Do We need /usr/obj In-Reply-To: <86zivus1yv.fsf@WorkBox.Home> Message-ID: References: <56A532AC.3050803@tundraware.com> <56A53AA1.1010405@tundraware.com> <9D1058C8-6599-44B7-9C20-1A0F3DA48FE0@elde.net> <56A53EC5.3040805@tundraware.com> <86zivus1yv.fsf@WorkBox.Home> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Mon, 25 Jan 2016 18:49:54 -0700 (MST) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jan 2016 01:50:01 -0000 On Sun, 24 Jan 2016, Brandon J. Wandersee wrote: > > Tim Daneliuk writes: > >> OK, thanks. I'll have to ponder another way around this. > > First: what version of FreeBSD are you running? I didn't see mention of > it. > > Second: placing NO_CLEAN="YES" in /etc/make.conf will greatly reduce > build time, though using it on anything but -RELEASE would probably be a > bad idea. Why? I use NO_CLEAN routinely to update between versions of 10-stable. If there is ever a problem, it's easy enough to delete /usr/obj (faster than 'make clean') and try again. Actually, this is part of a fairly involved build script that automates the normal process.