Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src When searching for a default MACHINE_ARCH for a given MACHINE,
details: https://anonhg.NetBSD.org/src/rev/d20896fcfffb
branches: trunk
changeset: 331234:d20896fcfffb
user: apb <apb%NetBSD.org@localhost>
date: Wed Aug 06 12:29:13 2014 +0000
description:
When searching for a default MACHINE_ARCH for a given MACHINE,
don't break out of the loop too early.
diffstat:
build.sh | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r 2417436be799 -r d20896fcfffb build.sh
--- a/build.sh Wed Aug 06 12:16:12 2014 +0000
+++ b/build.sh Wed Aug 06 12:29:13 2014 +0000
@@ -1,5 +1,5 @@
#! /usr/bin/env sh
-# $NetBSD: build.sh,v 1.289 2014/08/04 21:56:30 apb Exp $
+# $NetBSD: build.sh,v 1.290 2014/08/06 12:29:13 apb Exp $
#
# Copyright (c) 2001-2011 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -766,7 +766,7 @@
# remember that there was more than one match.
case "$found" in
'') found="$line" ;;
- *) found="MULTIPLE_MATCHES" ; break ;;
+ *) found="MULTIPLE_MATCHES" ;;
esac
;;
esac
@@ -1796,7 +1796,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.289 2014/08/04 21:56:30 apb Exp $
+# Generated from: \$NetBSD: build.sh,v 1.290 2014/08/06 12:29:13 apb Exp $
# with these arguments: ${_args}
#
Home |
Main Index |
Thread Index |
Old Index