File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 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} :"
You can’t perform that action at this time.
0 commit comments