Received: by mail.netbsd.org (Postfix, from userid 605) id 5991F84D47; Wed, 2 Mar 2022 19:32:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8D5F684D41 for ; Wed, 2 Mar 2022 19:32:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id DFL7NKGjHCrD for ; Wed, 2 Mar 2022 19:32:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 29E2B84CE8 for ; Wed, 2 Mar 2022 19:32:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 24DEEFB24; Wed, 2 Mar 2022 19:32:16 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 2 Mar 2022 19:32:16 +0000 From: "Simon J. Gerraty" Subject: CVS commit: src/usr.bin/make/unit-tests To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20220302193216.24DEEFB24@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Simon J. Gerraty" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: sjg Date: Wed Mar 2 19:32:16 UTC 2022 Modified Files: src/usr.bin/make/unit-tests: depsrc-meta.mk meta-cmd-cmp.mk Log Message: Add nofilemon to meta mode tests The unit-tests for meta mode do not depend on filemon. Adding nofilemon to .MAKE.MODE allows these to pass on a system that would use filemon_dev but does not have the module loaded. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/usr.bin/make/unit-tests/depsrc-meta.mk cvs rdiff -u -r1.5 -r1.6 src/usr.bin/make/unit-tests/meta-cmd-cmp.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.