Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/build.sh,v rcsdiff: /ftp/cvs/cvsroot/src/build.sh,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.255.2.2 retrieving revision 1.255.2.3 diff -u -p -r1.255.2.2 -r1.255.2.3 --- src/build.sh 2013/02/25 00:23:49 1.255.2.2 +++ src/build.sh 2013/06/23 06:26:12 1.255.2.3 @@ -1,5 +1,5 @@ #! /usr/bin/env sh -# $NetBSD: build.sh,v 1.255.2.2 2013/02/25 00:23:49 tls Exp $ +# $NetBSD: build.sh,v 1.255.2.3 2013/06/23 06:26:12 tls Exp $ # # Copyright (c) 2001-2011 The NetBSD Foundation, Inc. # All rights reserved. @@ -586,6 +586,7 @@ MACHINE=cobalt MACHINE_ARCH=mips64el AL MACHINE=cobalt MACHINE_ARCH=mipsel DEFAULT MACHINE=dreamcast MACHINE_ARCH=sh3el MACHINE=emips MACHINE_ARCH=mipseb +MACHINE=epoc32 MACHINE_ARCH=arm MACHINE=evbarm MACHINE_ARCH=arm ALIAS=evbarm-el DEFAULT MACHINE=evbarm MACHINE_ARCH=armeb ALIAS=evbarm-eb MACHINE=evbarm MACHINE_ARCH=earm ALIAS=evbearm-el @@ -1434,7 +1435,7 @@ print_tooldir_make() # 1. build a new version of nbmake in a temporary directory; # 2. use the temporary nbmake to create the top level obj directory; # 3. use $(getmakevar TOOLDIR) with the temporary nbmake to -# get the corect value of TOOLDIR; +# get the correct value of TOOLDIR; # 4. move the temporary nbmake to ${TOOLDIR}/bin/nbmake. # # However, people don't like building nbmake unnecessarily if their @@ -1730,7 +1731,7 @@ createmakewrapper() eval cat <