Received: by mail.netbsd.org (Postfix, from userid 605) id 0DD5B85EFE; Sat, 27 Aug 2016 15:18:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8CFE685EFD for ; Sat, 27 Aug 2016 15:18:48 +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 ngbozIiskeyf for ; Sat, 27 Aug 2016 15:18:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 33D3685E40 for ; Sat, 27 Aug 2016 15:18:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 317AEFBC3; Sat, 27 Aug 2016 15:18:48 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 27 Aug 2016 15:18:48 +0000 From: "Manuel Bouyer" Subject: CVS commit: [netbsd-7-0] src/sys/arch/evbppc/conf To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20160827151848.317AEFBC3@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Manuel Bouyer" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: bouyer Date: Sat Aug 27 15:18:48 UTC 2016 Modified Files: src/sys/arch/evbppc/conf [netbsd-7-0]: Makefile.ev64260.inc Makefile.obs405.inc Makefile.walnut.inc Log Message: Pull up following revision(s) (requested by maya in ticket #1211): sys/arch/evbppc/conf/Makefile.walnut.inc: revision 1.9 sys/arch/evbppc/conf/Makefile.obs405.inc: revision 1.13 sys/arch/evbppc/conf/Makefile.ev64260.inc: revision 1.8 Fix typo in Makefile which resulted in kernel image not being generated From Rin Okuyama in PR/51369 To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.7.8.1 src/sys/arch/evbppc/conf/Makefile.ev64260.inc cvs rdiff -u -r1.12 -r1.12.6.1 src/sys/arch/evbppc/conf/Makefile.obs405.inc cvs rdiff -u -r1.8 -r1.8.8.1 src/sys/arch/evbppc/conf/Makefile.walnut.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.