From bfc98ff079c2971cc011b66dfbbac8e7234fb437 Mon Sep 17 00:00:00 2001 From: lukem Date: Tue, 18 Feb 2003 23:59:06 +0000 Subject: [PATCH] Display the build.sh command line and the start & end times. Based on suggestion from Andrew Brown . --- build.sh | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 07049a249daa..b737ffc01644 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,5 @@ #! /usr/bin/env sh -# $NetBSD: build.sh,v 1.91 2003/02/16 04:35:03 lukem Exp $ +# $NetBSD: build.sh,v 1.92 2003/02/18 23:59:06 lukem Exp $ # # Copyright (c) 2001-2003 The NetBSD Foundation, Inc. # All rights reserved. @@ -689,7 +689,7 @@ createmakewrapper() eval cat < ${progname} command: $0 $@" +echo "===> ${progname} started: $build_start" + main "$@" + +echo "===> ${progname} started: $build_start" +echo "===> ${progname} ended: $(date)"