Module Name:    src
Committed By:   martin
Date:           Mon Mar 31 19:29:22 UTC 2014

Modified Files:
        src: build.sh

Log Message:
Typo


To generate a diff of this commit:
cvs rdiff -u -r1.277 -r1.278 src/build.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/build.sh
diff -u src/build.sh:1.277 src/build.sh:1.278
--- src/build.sh:1.277	Mon Mar 31 11:25:47 2014
+++ src/build.sh	Mon Mar 31 19:29:21 2014
@@ -1,5 +1,5 @@
 #! /usr/bin/env sh
-#	$NetBSD: build.sh,v 1.277 2014/03/31 11:25:47 martin Exp $
+#	$NetBSD: build.sh,v 1.278 2014/03/31 19:29:21 martin Exp $
 #
 # Copyright (c) 2001-2011 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -644,7 +644,7 @@ MACHINE=newsmips	MACHINE_ARCH=mipseb
 MACHINE=next68k		MACHINE_ARCH=m68k
 MACHINE=ofppc		MACHINE_ARCH=powerpc	DEFAULT
 MACHINE=ofppc		MACHINE_ARCH=powerpc64	ALIAS=ofppc64
-MACHINE=playstations2	MACHINE_ARCH=mipsel
+MACHINE=playstation2	MACHINE_ARCH=mipsel
 MACHINE=pmax		MACHINE_ARCH=mips64el	ALIAS=pmax64
 MACHINE=pmax		MACHINE_ARCH=mipsel	DEFAULT
 MACHINE=prep		MACHINE_ARCH=powerpc
@@ -1746,7 +1746,7 @@ createmakewrapper()
 	eval cat <<EOF ${makewrapout}
 #! ${HOST_SH}
 # Set proper variables to allow easy "make" building of a NetBSD subtree.
-# Generated from:  \$NetBSD: build.sh,v 1.277 2014/03/31 11:25:47 martin Exp $
+# Generated from:  \$NetBSD: build.sh,v 1.278 2014/03/31 19:29:21 martin Exp $
 # with these arguments: ${_args}
 #
 

Reply via email to