Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6F96B84F82 for ; Sat, 10 Jun 2023 16:08:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 9y1pX2cq7wVB for ; Sat, 10 Jun 2023 16:08:42 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 0335284F6D for ; Sat, 10 Jun 2023 16:08:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EA94CFA89; Sat, 10 Jun 2023 16:08:41 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 10 Jun 2023 16:08:41 +0000 From: "Luke Mewburn" Subject: CVS commit: src To: source-changes@NetBSD.org Approved: for-source-only Reply-To: lukem@netbsd.org X-Mailer: log_accum Message-Id: <20230610160841.EA94CFA89@cvs.NetBSD.org> Module Name: src Committed By: lukem Date: Sat Jun 10 16:08:41 UTC 2023 Modified Files: src/distrib/sets: Makefile maketars src/share/mk: bsd.own.mk Log Message: sets: enhance MAKEVERBOSE support Add more messages for various sets operations. Add ${_MKMSG_CREATE} to bsd.own.mk. Enhance maketars to be a bit more verbose even with -q, to make it more obvious why certain operations may be slow. May help debugging PR 47562. To generate a diff of this commit: cvs rdiff -u -r1.108 -r1.109 src/distrib/sets/Makefile cvs rdiff -u -r1.95 -r1.96 src/distrib/sets/maketars cvs rdiff -u -r1.1341 -r1.1342 src/share/mk/bsd.own.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.