Source-Changes-HG archive

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

[.joined/src/trunk]: .joined/src Don't try to install netbsd-CONFIG.debug fil...



details:   https://anonhg.NetBSD.org/.joined/src/rev/239b89f1ce42
branches:  trunk
changeset: 359353:239b89f1ce42
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Dec 31 15:43:35 2021 +0000

description:
Don't try to install netbsd-CONFIG.debug files build with kernel=

diffstat:

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

diffs (27 lines):

diff -r 0f34609d5c09 -r 239b89f1ce42 build.sh
--- a/build.sh  Fri Dec 31 14:44:50 2021 +0000
+++ b/build.sh  Fri Dec 31 15:43:35 2021 +0000
@@ -1,5 +1,5 @@
 #! /usr/bin/env sh
-#      $NetBSD: build.sh,v 1.360 2021/12/29 22:22:12 christos Exp $
+#      $NetBSD: build.sh,v 1.361 2021/12/31 15:43:35 christos Exp $
 #
 # Copyright (c) 2001-2011 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -1974,7 +1974,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.360 2021/12/29 22:22:12 christos Exp $
+# Generated from:  \$NetBSD: build.sh,v 1.361 2021/12/31 15:43:35 christos Exp $
 # with these arguments: ${_args}
 #
 
@@ -2111,7 +2111,6 @@
            bomb "${toolprefix}config failed for ${kernelconf}"
        make_in_dir "${kernelbuildpath}" depend
        make_in_dir "${kernelbuildpath}" all
-       make_in_dir "${kernelbuildpath}" debuginstall
 
        if [ "${runcmd}" != "echo" ]; then
                statusmsg "Kernels built from ${kernelconf}:"



Home | Main Index | Thread Index | Old Index