]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
ChangeLog, build:
authorHarlan Stenn <stenn@ntp.org>
Mon, 24 Apr 2000 07:00:02 +0000 (07:00 -0000)
committerHarlan Stenn <stenn@ntp.org>
Mon, 24 Apr 2000 07:00:02 +0000 (07:00 -0000)
  * build (IAM): Show hostname if we trip a buildkey check.

bk: 3903f0f26eRyDH3uhUlqp89qn5LxsA

ChangeLog
build

index 91902aaf2d6efe2d36559106e41771a083d4a726..522d69cc158c3f818b6b127fc6bae02a8b5e5765 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-04-24  Harlan Stenn  <stenn@whimsy.udel.edu>
+
+       * build (IAM): Show hostname if we trip a buildkey check.
+
 2000-04-23  Harlan Stenn  <stenn@whimsy.udel.edu>
 
        * build: deal with optional 1st argument (SIG), which must match
diff --git a/build b/build
index 037eb74e49803c614c46f2bbb64ac78216389546..3dc11e59408d294ba91b870926f60432d2d56d54 100755 (executable)
--- a/build
+++ b/build
@@ -1,6 +1,7 @@
 #! /bin/sh
 
 LOGF=make.log
+IAM=`hostname || uname -n`
 
 case "$1" in
  0.*)
@@ -11,7 +12,7 @@ case "$1" in
     case "$SIG" in
      $KEY) ;;
      *)
-       echo "Wrong directory for build!"
+       echo "Wrong directory for build on host $IAM"
         exit 1
         ;;
     esac
@@ -21,8 +22,6 @@ case "$1" in
     ;;
 esac
 
-IAM=`hostname || uname -n`
-
 #set -e
 #set -x