Module Name:    src
Committed By:   apb
Date:           Sat Jun 14 12:25:00 UTC 2014

Modified Files:
        src: build.sh

Log Message:
Print BUILDID near the beginning of build.sh.


To generate a diff of this commit:
cvs rdiff -u -r1.281 -r1.282 src/build.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/build.sh
diff -u src/build.sh:1.281 src/build.sh:1.282
--- src/build.sh:1.281	Mon May  5 19:12:19 2014
+++ src/build.sh	Sat Jun 14 12:25:00 2014
@@ -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 @@ 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.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 @@ main()
 	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

Reply via email to