Source-Changes-HG archive

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

[src/trunk]: src Fix typo in usage



details:   https://anonhg.NetBSD.org/src/rev/0394b497896f
branches:  trunk
changeset: 938761:0394b497896f
user:      kim <kim%NetBSD.org@localhost>
date:      Mon Sep 14 09:02:11 2020 +0000

description:
Fix typo in usage

diffstat:

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

diffs (28 lines):

diff -r 557653203248 -r 0394b497896f build.sh
--- a/build.sh  Mon Sep 14 07:27:19 2020 +0000
+++ b/build.sh  Mon Sep 14 09:02:11 2020 +0000
@@ -1,5 +1,5 @@
 #! /usr/bin/env sh
-#      $NetBSD: build.sh,v 1.343 2020/07/26 09:17:24 rillig Exp $
+#      $NetBSD: build.sh,v 1.344 2020/09/14 09:02:11 kim Exp $
 #
 # Copyright (c) 2001-2011 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -1028,7 +1028,7 @@
        cat <<_usage_
 
 Usage: ${progname} [-EhnoPRrUuxy] [-a arch] [-B buildid] [-C cdextras]
-                [-c compiler>] [-D dest] [-j njob] [-M obj] [-m mach]
+                [-c compiler] [-D dest] [-j njob] [-M obj] [-m mach]
                 [-N noisy] [-O obj] [-R release] [-S seed] [-T tools]
                 [-V var=[value]] [-w wrapper] [-X x11src] [-Y extsrcsrc]
                 [-Z var]
@@ -1961,7 +1961,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.343 2020/07/26 09:17:24 rillig Exp $
+# Generated from:  \$NetBSD: build.sh,v 1.344 2020/09/14 09:02:11 kim Exp $
 # with these arguments: ${_args}
 #
 



Home | Main Index | Thread Index | Old Index