Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/build.sh,v rcsdiff: /ftp/cvs/cvsroot/src/build.sh,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.92 retrieving revision 1.93 diff -u -p -r1.92 -r1.93 --- src/build.sh 2003/02/18 23:59:06 1.92 +++ src/build.sh 2003/03/04 02:20:28 1.93 @@ -1,5 +1,5 @@ #! /usr/bin/env sh -# $NetBSD: build.sh,v 1.92 2003/02/18 23:59:06 lukem Exp $ +# $NetBSD: build.sh,v 1.93 2003/03/04 02:20:28 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" + rebuildmake validatemakeparams createmakewrapper @@ -845,13 +850,9 @@ main() esac done -} -build_start=$(date) -echo "===> ${progname} command: $0 $@" -echo "===> ${progname} started: $build_start" + echo "===> ${progname} started: $build_start" + echo "===> ${progname} ended: $(date)" +} main "$@" - -echo "===> ${progname} started: $build_start" -echo "===> ${progname} ended: $(date)"