Received: by mail.netbsd.org (Postfix, from userid 605) id 6076E84EFB; Thu, 20 Apr 2023 13:47:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8500D84EFA for ; Thu, 20 Apr 2023 13:47:33 +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 vZNYEnFk7ZRu for ; Thu, 20 Apr 2023 13:47:33 +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 20B2D84EF3 for ; Thu, 20 Apr 2023 13:47:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1727CFA85; Thu, 20 Apr 2023 13:47:03 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 20 Apr 2023 13:47:03 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-9] src/sys/arch/luna68k/conf To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20230420134703.1727CFA85@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Martin Husemann" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: martin Date: Thu Apr 20 13:47:03 UTC 2023 Modified Files: src/sys/arch/luna68k/conf [netbsd-9]: Makefile.luna68k Log Message: Pull up following revision(s) (requested by tsutsui in ticket #1627): sys/arch/luna68k/conf/Makefile.luna68k: revision 1.30 Fix missing locore.d dependency output on make depend. Reported from isaki@. Looks missed in rev 1.13 (22 years ago): https://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/luna68k/conf/Makefile.luna68k#rev1.13 To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.29.4.1 src/sys/arch/luna68k/conf/Makefile.luna68k Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.