diff options
| author | christos <christos@NetBSD.org> | 2021-12-29 22:22:12 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2021-12-29 22:22:12 +0000 |
| commit | d5402e71ddaf7705a4c2540f03b61cdf2d930d10 (patch) | |
| tree | 3eb59058b8dedad834e6a9ec26534cb7bcb99ad7 /build.sh | |
| parent | 2f413a8970de7daf8d81f9f7e366c572e57a63a3 (diff) | |
Enable split-debug files for kernels. Enabled by default with MKDEBUG=yes.
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,5 @@ #! /usr/bin/env sh -# $NetBSD: build.sh,v 1.359 2021/10/04 21:02:40 andvar Exp $ +# $NetBSD: build.sh,v 1.360 2021/12/29 22:22:12 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.359 2021/10/04 21:02:40 andvar Exp $ +# Generated from: \$NetBSD: build.sh,v 1.360 2021/12/29 22:22:12 christos Exp $ # with these arguments: ${_args} # @@ -2111,6 +2111,7 @@ 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}:" |
