From nobody Thu Dec 12 19:19:46 2024 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Y8MjP0rHrz5gdkN for ; Thu, 12 Dec 2024 19:19:37 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [50.1.20.27]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "generic", Issuer "generic" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Y8MjN44zyz46FJ for ; Thu, 12 Dec 2024 19:19:36 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Authentication-Results: mx1.freebsd.org; none Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.18.1/8.18.1) with ESMTPS id 4BCJJlZW049549 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Thu, 12 Dec 2024 11:19:47 -0800 (PST) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.18.1/8.18.1/Submit) id 4BCJJkUq049548; Thu, 12 Dec 2024 11:19:46 -0800 (PST) (envelope-from fbsd) Date: Thu, 12 Dec 2024 11:19:46 -0800 From: bob prohaska To: Mark Millard Cc: FreeBSD Current Subject: Re: Cleaning before using WITH_META_MODE Message-ID: References: <1C9B6B0E-1D02-4ADE-BABE-9E0238F96FBE.ref@yahoo.com> <1C9B6B0E-1D02-4ADE-BABE-9E0238F96FBE@yahoo.com> List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1C9B6B0E-1D02-4ADE-BABE-9E0238F96FBE@yahoo.com> X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:7065, ipnet:50.1.16.0/20, country:US] X-Rspamd-Queue-Id: 4Y8MjN44zyz46FJ X-Spamd-Bar: ---- On Wed, Dec 11, 2024 at 02:27:22PM -0800, Mark Millard wrote: > bob prohaska wrote on > Date: Wed, 11 Dec 2024 18:38:28 UTC : > > > What cleaning options minimize interference with the use of WITH_META_MODE ? > > I'm not so sure there is a viable optimization of the type asked > about, other than cleaning only part of the overall structure > if/where such might be viable. > That hits the nail on the thumb 8-) I was hoping to minimize world re-build time when what looks like a trivial error occurs. Guess it's not possible, except to run make clean in the directory where the failure occurred. Thanks to all who responded! bob prohaska