The "${progname} started: ${build_start}" message will appear in the

"Summary of results", so don't print it again just before that.
This commit is contained in:
apb 2007-04-02 11:00:10 +00:00
parent daaa947e26
commit 2347a3fcd8
1 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#! /usr/bin/env sh
# $NetBSD: build.sh,v 1.165 2007/04/02 10:57:36 apb Exp $
# $NetBSD: build.sh,v 1.166 2007/04/02 11:00:10 apb Exp $
#
# Copyright (c) 2001-2005 The NetBSD Foundation, Inc.
# All rights reserved.
@ -1021,7 +1021,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.165 2007/04/02 10:57:36 apb Exp $
# Generated from: \$NetBSD: build.sh,v 1.166 2007/04/02 11:00:10 apb Exp $
# with these arguments: ${_args}
#
EOF
@ -1237,7 +1237,6 @@ main()
esac
done
statusmsg "${progname} started: ${build_start}"
statusmsg "${progname} ended: $(date)"
if [ -s "${results}" ]; then
echo "===> Summary of results:"