Received: by mail.netbsd.org (Postfix, from userid 605) id CE9F484EFB; Thu, 20 Apr 2023 13:45:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0211884EFA for ; Thu, 20 Apr 2023 13:45:21 +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 KI_3beAV1yku for ; Thu, 20 Apr 2023 13:45:20 +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 90B4884EF3 for ; Thu, 20 Apr 2023 13:45:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 834DDFA85; Thu, 20 Apr 2023 13:45:20 +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:45:20 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-10] src/sys/arch/luna68k/conf To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20230420134520.834DDFA85@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:45:20 UTC 2023 Modified Files: src/sys/arch/luna68k/conf [netbsd-10]: Makefile.luna68k Log Message: Pull up following revision(s) (requested by tsutsui in ticket #143): 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.30.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.