Received: by mail.netbsd.org (Postfix, from userid 605) id A0C8184ECB; Tue, 13 Jul 2021 18:50:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D2D7084E92 for ; Tue, 13 Jul 2021 18:50: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 wsdgN45Up55v for ; Tue, 13 Jul 2021 18:50:16 +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 6679484D46 for ; Tue, 13 Jul 2021 18:50:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5265DFA95; Tue, 13 Jul 2021 18:50:16 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 13 Jul 2021 18:50:16 +0000 From: "Roland Illig" Subject: CVS commit: src/tests/usr.bin/xlint/lint1 To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20210713185016.5265DFA95@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Roland Illig" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: rillig Date: Tue Jul 13 18:50:16 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: Makefile t_integration.sh Log Message: tests/lint: take archsubdir from usr.bin/xlint/Makefile.inc This fixes the tests on the various ARM platforms where the platform name does not correspond to MACHINE_ARCH, such as earmv7hf. To generate a diff of this commit: cvs rdiff -u -r1.86 -r1.87 src/tests/usr.bin/xlint/lint1/Makefile cvs rdiff -u -r1.67 -r1.68 src/tests/usr.bin/xlint/lint1/t_integration.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.