Source-Changes-HG archive

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

[src/trunk]: src add missing usage for "sets"



details:   https://anonhg.NetBSD.org/src/rev/0279fe43c1b9
branches:  trunk
changeset: 542313:0279fe43c1b9
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sun Jan 26 13:12:05 2003 +0000

description:
add missing usage for "sets"

diffstat:

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

diffs (27 lines):

diff -r 568aad545b51 -r 0279fe43c1b9 build.sh
--- a/build.sh  Sun Jan 26 12:39:32 2003 +0000
+++ b/build.sh  Sun Jan 26 13:12:05 2003 +0000
@@ -1,5 +1,5 @@
 #! /usr/bin/env sh
-#      $NetBSD: build.sh,v 1.87 2003/01/26 06:19:12 lukem Exp $
+#      $NetBSD: build.sh,v 1.88 2003/01/26 13:12:05 lukem Exp $
 #
 # Copyright (c) 2001-2003 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -250,6 +250,7 @@
     kernel=conf                Build kernel with config file \`conf'
     install=idir       Run "make installworld" to \`idir'
                        (useful after 'distribution' or 'release')
+    sets               Create distribution sets in RELEASEDIR
 
  Options:
     -a arch    Set MACHINE_ARCH to arch (otherwise deduced from MACHINE)
@@ -687,7 +688,7 @@
        eval cat <<EOF $makewrapout
 #! /bin/sh
 # Set proper variables to allow easy "make" building of a NetBSD subtree.
-# Generated from:  \$NetBSD: build.sh,v 1.87 2003/01/26 06:19:12 lukem Exp $
+# Generated from:  \$NetBSD: build.sh,v 1.88 2003/01/26 13:12:05 lukem Exp $
 #
 
 EOF



Home | Main Index | Thread Index | Old Index