Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Print BUILDID near the beginning of build.sh.
details: https://anonhg.NetBSD.org/src/rev/c021ece20ddd
branches: trunk
changeset: 329936:c021ece20ddd
user: apb <apb%NetBSD.org@localhost>
date: Sat Jun 14 12:25:00 2014 +0000
description:
Print BUILDID near the beginning of build.sh.
diffstat:
build.sh | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (29 lines):
diff -r 50c426e873ea -r c021ece20ddd build.sh
--- a/build.sh Sat Jun 14 12:21:41 2014 +0000
+++ b/build.sh Sat Jun 14 12:25:00 2014 +0000
@@ -1,5 +1,5 @@
#! /usr/bin/env sh
-# $NetBSD: build.sh,v 1.281 2014/05/05 19:12:19 martin Exp $
+# $NetBSD: build.sh,v 1.282 2014/06/14 12:25:00 apb Exp $
#
# Copyright (c) 2001-2011 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -1748,7 +1748,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.281 2014/05/05 19:12:19 martin Exp $
+# Generated from: \$NetBSD: build.sh,v 1.282 2014/06/14 12:25:00 apb Exp $
# with these arguments: ${_args}
#
@@ -2048,6 +2048,9 @@
statusmsg2 "MACHINE_ARCH:" "${MACHINE_ARCH}"
statusmsg2 "Build platform:" "${uname_s} ${uname_r} ${uname_m}"
statusmsg2 "HOST_SH:" "${HOST_SH}"
+ if [ -n "${BUILDID}" ]; then
+ statusmsg2 "BUILDID:" "${BUILDID}"
+ fi
rebuildmake
validatemakeparams
Home |
Main Index |
Thread Index |
Old Index