Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src State the reason script bombed.



details:   https://anonhg.NetBSD.org/src/rev/5e83e6c9ad46
branches:  trunk
changeset: 822269:5e83e6c9ad46
user:      sevan <sevan%NetBSD.org@localhost>
date:      Fri Mar 10 17:15:47 2017 +0000

description:
State the reason script bombed.
Reword recommendation.

diffstat:

 build.sh |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (29 lines):

diff -r 37c9dbe755c5 -r 5e83e6c9ad46 build.sh
--- a/build.sh  Fri Mar 10 15:44:24 2017 +0000
+++ b/build.sh  Fri Mar 10 17:15:47 2017 +0000
@@ -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 @@
 
        [ -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 @@
        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}
 #
 



Home | Main Index | Thread Index | Old Index