Module Name: src
Committed By: christos
Date: Fri Dec 31 15:43:35 UTC 2021
Modified Files:
src: build.sh
Log Message:
Don't try to install netbsd-CONFIG.debug files build with kernel=
To generate a diff of this commit:
cvs rdiff -u -r1.360 -r1.361 src/build.sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/build.sh
diff -u src/build.sh:1.360 src/build.sh:1.361
--- src/build.sh:1.360 Wed Dec 29 17:22:12 2021
+++ src/build.sh Fri Dec 31 10:43:35 2021
@@ -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 @@ createmakewrapper()
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 @@ buildkernel()
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}:"