Module Name: src
Committed By: sevan
Date: Fri Mar 10 17:15:47 UTC 2017
Modified Files:
src: build.sh
Log Message:
State the reason script bombed.
Reword recommendation.
To generate a diff of this commit:
cvs rdiff -u -r1.314 -r1.315 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.314 src/build.sh:1.315
--- src/build.sh:1.314 Sun Dec 18 19:39:05 2016
+++ src/build.sh Fri Mar 10 17:15:47 2017
@@ -1,5 +1,5 @@
#! /usr/bin/env sh
-# $NetBSD: build.sh,v 1.314 2016/12/18 19:39:05 christos Exp $
+# $NetBSD: build.sh,v 1.315 2017/03/10 17:15:47 sevan Exp $
#
# Copyright (c) 2001-2011 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -458,7 +458,8 @@ initdefaults()
[ -d usr.bin/make ] || cd "$(dirname $0)"
[ -d usr.bin/make ] ||
- bomb "build.sh must be run from the top source level"
+ bomb "usr.bin/make not found; build.sh must be run from the top \
+level of source directory"
[ -f share/mk/bsd.own.mk ] ||
bomb "src/share/mk is missing; please re-fetch the source tree"
@@ -1892,7 +1893,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.314 2016/12/18 19:39:05 christos Exp $
+# Generated from: \$NetBSD: build.sh,v 1.315 2017/03/10 17:15:47 sevan Exp $
# with these arguments: ${_args}
#