Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src 'build.sh ... modules' only builds modules, but does not ins...
details: https://anonhg.NetBSD.org/src/rev/f8cf5bebba6b
branches: trunk
changeset: 750333:f8cf5bebba6b
user: mbalmer <mbalmer%NetBSD.org@localhost>
date: Sat Dec 26 14:13:08 2009 +0000
description:
'build.sh ... modules' only builds modules, but does not install them,
reflect that in the scripts output. While here, fix the past form of build.
diffstat:
build.sh | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (37 lines):
diff -r f4b5a3c5f96a -r f8cf5bebba6b build.sh
--- a/build.sh Sat Dec 26 11:00:46 2009 +0000
+++ b/build.sh Sat Dec 26 14:13:08 2009 +0000
@@ -1,5 +1,5 @@
#! /usr/bin/env sh
-# $NetBSD: build.sh,v 1.225 2009/12/17 15:30:37 matt Exp $
+# $NetBSD: build.sh,v 1.226 2009/12/26 14:13:08 mbalmer Exp $
#
# Copyright (c) 2001-2009 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -586,7 +586,7 @@
except \`etc'. Useful after "distribution" or "release"
kernel=conf Build kernel with config file \`conf'
releasekernel=conf Install kernel built by kernel=conf to RELEASEDIR.
- modules Build and install kernel modules.
+ modules Build kernel modules.
rumptest Do a linktest for rump (for developers).
sets Create binary sets in
RELEASEDIR/RELEASEMACHINEDIR/binary/sets.
@@ -1352,7 +1352,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.225 2009/12/17 15:30:37 matt Exp $
+# Generated from: \$NetBSD: build.sh,v 1.226 2009/12/26 14:13:08 mbalmer Exp $
# with these arguments: ${_args}
#
@@ -1512,7 +1512,7 @@
${runcmd} "${makewrapper}" ${parallel} do-sys-modules ||
bomb "Failed to make do-sys-modules"
- statusmsg "Successful build kernel modules for NetBSD/${MACHINE} ${DISTRIBVER}"
+ statusmsg "Successful built kernel modules for NetBSD/${MACHINE} ${DISTRIBVER}"
}
installworld()
Home |
Main Index |
Thread Index |
Old Index