Source-Changes-HG archive

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

[src/trunk]: src Add a new "syspkgs" target, which simply chains to the "sysp...



details:   https://anonhg.NetBSD.org/src/rev/79fcceaea510
branches:  trunk
changeset: 586874:79fcceaea510
user:      apb <apb%NetBSD.org@localhost>
date:      Wed Jan 04 15:31:40 2006 +0000

description:
Add a new "syspkgs" target, which simply chains to the "syspkgs" target
in the top level Makefile.

Reviewed by agc

diffstat:

 build.sh |  12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diffs (55 lines):

diff -r d275e2d511ee -r 79fcceaea510 build.sh
--- a/build.sh  Wed Jan 04 15:30:02 2006 +0000
+++ b/build.sh  Wed Jan 04 15:31:40 2006 +0000
@@ -1,5 +1,5 @@
 #! /usr/bin/env sh
-#      $NetBSD: build.sh,v 1.141 2005/12/29 15:38:54 tsutsui Exp $
+#      $NetBSD: build.sh,v 1.142 2006/01/04 15:31:40 apb Exp $
 #
 # Copyright (c) 2001-2005 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -127,6 +127,7 @@
        do_install=false
        do_sets=false
        do_sourcesets=false
+       do_syspkgs=false
        do_params=false
 
        # Create scratch directory
@@ -376,6 +377,7 @@
     sets                Create binary sets in RELEASEDIR/MACHINE/binary/sets.
                        DESTDIR should be populated beforehand.
     sourcesets          Create source sets in RELEASEDIR/source/sets.
+    syspkgs             Create syspkgs in RELEASEDIR/MACHINE/binary/syspkgs.
     params              Display various make(1) parameters.
 
  Options:
@@ -615,7 +617,7 @@
                        usage
                        ;;
 
-               makewrapper|obj|tools|build|distribution|release|sets|sourcesets|params)
+               makewrapper|obj|tools|build|distribution|release|sets|sourcesets|syspkgs|params)
                        ;;
 
                kernel=*|releasekernel=*)
@@ -860,7 +862,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.141 2005/12/29 15:38:54 tsutsui Exp $
+# Generated from:  \$NetBSD: build.sh,v 1.142 2006/01/04 15:31:40 apb Exp $
 # with these arguments: ${_args}
 #
 EOF
@@ -1031,8 +1033,8 @@
                            bomb "Failed to make ${op}"
                        statusmsg "Successful make ${op}"
                        ;;
-                       
-               obj|build|distribution|release|sourcesets|params)
+
+               obj|build|distribution|release|sourcesets|syspkgs|params)
                        ${runcmd} "${makewrapper}" ${parallel} ${op} ||
                            bomb "Failed to make ${op}"
                        statusmsg "Successful make ${op}"



Home | Main Index | Thread Index | Old Index