Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Typo



details:   https://anonhg.NetBSD.org/src/rev/be9131869ef0
branches:  trunk
changeset: 328338:be9131869ef0
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Mar 31 19:29:21 2014 +0000

description:
Typo

diffstat:

 build.sh |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 7f2973c07109 -r be9131869ef0 build.sh
--- a/build.sh  Mon Mar 31 18:33:21 2014 +0000
+++ b/build.sh  Mon Mar 31 19:29:21 2014 +0000
@@ -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=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 @@
        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}
 #
 



Home | Main Index | Thread Index | Old Index