Skip to content

Commit 42322eb

Browse files
committed
Don't try to install netbsd-CONFIG.debug files build with kernel=
1 parent 540dd5e commit 42322eb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /usr/bin/env sh
2-
# $NetBSD: build.sh,v 1.360 2021/12/29 22:22:12 christos Exp $
2+
# $NetBSD: build.sh,v 1.361 2021/12/31 15:43:35 christos Exp $
33
#
44
# Copyright (c) 2001-2011 The NetBSD Foundation, Inc.
55
# All rights reserved.
@@ -1974,7 +1974,7 @@ createmakewrapper()
19741974
eval cat <<EOF ${makewrapout}
19751975
#! ${HOST_SH}
19761976
# Set proper variables to allow easy "make" building of a NetBSD subtree.
1977-
# Generated from: \$NetBSD: build.sh,v 1.360 2021/12/29 22:22:12 christos Exp $
1977+
# Generated from: \$NetBSD: build.sh,v 1.361 2021/12/31 15:43:35 christos Exp $
19781978
# with these arguments: ${_args}
19791979
#
19801980
@@ -2111,7 +2111,6 @@ buildkernel()
21112111
bomb "${toolprefix}config failed for ${kernelconf}"
21122112
make_in_dir "${kernelbuildpath}" depend
21132113
make_in_dir "${kernelbuildpath}" all
2114-
make_in_dir "${kernelbuildpath}" debuginstall
21152114

21162115
if [ "${runcmd}" != "echo" ]; then
21172116
statusmsg "Kernels built from ${kernelconf}:"

0 commit comments

Comments
 (0)