Source-Changes-HG archive

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

[src/trunk]: src Fix the build kernels target with -n, disable temporarily ru...



details:   https://anonhg.NetBSD.org/src/rev/6ccf2d02b859
branches:  trunk
changeset: 806091:6ccf2d02b859
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Feb 01 18:49:25 2015 +0000

description:
Fix the build kernels target with -n, disable temporarily runcmd while we
are fetching the allkernels variable.

diffstat:

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

diffs (28 lines):

diff -r 28cd24fa52b1 -r 6ccf2d02b859 build.sh
--- a/build.sh  Sun Feb 01 17:47:00 2015 +0000
+++ b/build.sh  Sun Feb 01 18:49:25 2015 +0000
@@ -1,5 +1,5 @@
 #! /usr/bin/env sh
-#      $NetBSD: build.sh,v 1.305 2014/11/30 15:53:29 uebayasi Exp $
+#      $NetBSD: build.sh,v 1.306 2015/02/01 18:49:25 christos Exp $
 #
 # Copyright (c) 2001-2011 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -1869,7 +1869,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.305 2014/11/30 15:53:29 uebayasi Exp $
+# Generated from:  \$NetBSD: build.sh,v 1.306 2015/02/01 18:49:25 christos Exp $
 # with these arguments: ${_args}
 #
 
@@ -2023,7 +2023,7 @@
 
 buildkernels()
 {
-       allkernels=$( make_in_dir etc '-V ${ALL_KERNELS}' )
+       allkernels=$( runcmd= make_in_dir etc '-V ${ALL_KERNELS}' )
        for k in $allkernels; do
                buildkernel "${k}"
        done



Home | Main Index | Thread Index | Old Index