From nobody Wed Dec 11 20:28:20 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 4Y7nGt66dSz5gRDq for ; Wed, 11 Dec 2024 20:28:06 +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 4Y7nGt3MTGz4hrt for ; Wed, 11 Dec 2024 20:28:06 +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 4BBKSLeB043408 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Wed, 11 Dec 2024 12:28:21 -0800 (PST) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.18.1/8.18.1/Submit) id 4BBKSK4w043407; Wed, 11 Dec 2024 12:28:20 -0800 (PST) (envelope-from fbsd) Date: Wed, 11 Dec 2024 12:28:20 -0800 From: bob prohaska To: Warner Losh Cc: FreeBSD Current Subject: Re: Cleaning before using WITH_META_MODE Message-ID: References: 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=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: 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: 4Y7nGt3MTGz4hrt X-Spamd-Bar: ---- On Wed, Dec 11, 2024 at 12:44:05PM -0700, Warner Losh wrote: > On Wed, Dec 11, 2024, 11:38 AM bob prohaska wrote: > > > What cleaning options minimize interference with the use of WITH_META_MODE > > ? > > > > In the past, I've just turned on meta mode. Meta mode just needs filmon and > the it creates extra files, not different ones. I've not noticed issues > with this, nor enough extra files to look closely. > So, the extra files aren't removed by make clean or make cleandir? Thanks for writing! bob prohaska