Source-Changes-HG archive

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

[src/trunk]: src improve message. suggestion from Scott Reynolds



details:   https://anonhg.NetBSD.org/src/rev/90159cb712a2
branches:  trunk
changeset: 540278:90159cb712a2
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon Dec 09 03:13:41 2002 +0000

description:
improve message.  suggestion from Scott Reynolds

diffstat:

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

diffs (28 lines):

diff -r c8ba74bf7b53 -r 90159cb712a2 build.sh
--- a/build.sh  Mon Dec 09 02:38:13 2002 +0000
+++ b/build.sh  Mon Dec 09 03:13:41 2002 +0000
@@ -1,5 +1,5 @@
 #! /usr/bin/env sh
-#  $NetBSD: build.sh,v 1.74 2002/12/08 22:14:00 lukem Exp $
+#  $NetBSD: build.sh,v 1.75 2002/12/09 03:13:41 lukem Exp $
 #
 # Top level build wrapper, for a system containing no tools.
 #
@@ -370,7 +370,7 @@
                        bomb "DESTDIR must be set to a non-root path for non -E (expert) builds"
                fi
                $runcmd echo "===> WARNING: Building to /, in expert mode."
-               $runcmd echo "===>          This may cause your system to break, including if"
+               $runcmd echo "===>          This may cause your system to break!  Reasons include:"
                $runcmd echo "===>             - your kernel is not up to date"
                $runcmd echo "===>             - the libraries or toolchain have changed"
                $runcmd echo "===>          YOU HAVE BEEN WARNED!"
@@ -419,7 +419,7 @@
 eval cat <<EOF $makewrapout
 #! /bin/sh
 # Set proper variables to allow easy "make" building of a NetBSD subtree.
-# Generated from:  \$NetBSD: build.sh,v 1.74 2002/12/08 22:14:00 lukem Exp $
+# Generated from:  \$NetBSD: build.sh,v 1.75 2002/12/09 03:13:41 lukem Exp $
 #
 
 EOF



Home | Main Index | Thread Index | Old Index