Source-Changes-HG archive

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

[src/trunk]: src Minor grammar improvement in status message.



details:   https://anonhg.NetBSD.org/src/rev/de49b48df070
branches:  trunk
changeset: 755192:de49b48df070
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu May 27 05:41:54 2010 +0000

description:
Minor grammar improvement in status message.

diffstat:

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

diffs (28 lines):

diff -r 2787dc14cf3c -r de49b48df070 build.sh
--- a/build.sh  Thu May 27 01:20:14 2010 +0000
+++ b/build.sh  Thu May 27 05:41:54 2010 +0000
@@ -1,5 +1,5 @@
 #! /usr/bin/env sh
-#      $NetBSD: build.sh,v 1.235 2010/05/11 20:36:04 pooka Exp $
+#      $NetBSD: build.sh,v 1.236 2010/05/27 05:41:54 pgoyette Exp $
 #
 # Copyright (c) 2001-2009 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -1361,7 +1361,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.235 2010/05/11 20:36:04 pooka Exp $
+# Generated from:  \$NetBSD: build.sh,v 1.236 2010/05/27 05:41:54 pgoyette Exp $
 # with these arguments: ${_args}
 #
 
@@ -1522,7 +1522,7 @@
        ${runcmd} "${makewrapper}" ${parallel} do-sys-modules ||
            bomb "Failed to make do-sys-modules"
 
-       statusmsg "Successful built kernel modules for NetBSD/${MACHINE} ${DISTRIBVER}"
+       statusmsg "Successful build of kernel modules for NetBSD/${MACHINE} ${DISTRIBVER}"
 }
 
 installworld()



Home | Main Index | Thread Index | Old Index