diff options
author | rillig <rillig@pkgsrc.org> | 2005-11-28 20:17:27 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-11-28 20:17:27 +0000 |
commit | 4f68e30cdad1b17128e09f64cb44145de432f790 (patch) | |
tree | 92419d8244dda62128d2338352d2d814dfb3ffbb | |
parent | d3b9bf035de795d601889102365b7f9d95da002c (diff) | |
download | pkgsrc-4f68e30cdad1b17128e09f64cb44145de432f790.tar.gz |
Print a message before creating the bulk build report, as this takes
quite a long time. Currently the reader of the build log might assume
that the installation of lang/perl5 takes so long, which is wrong.
-rw-r--r-- | mk/bulk/build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/bulk/build b/mk/bulk/build index a227b8607fc..6921ce3043f 100644 --- a/mk/bulk/build +++ b/mk/bulk/build @@ -1,5 +1,5 @@ #!/bin/sh -# $NetBSD: build,v 1.85 2005/11/24 22:01:54 rillig Exp $ +# $NetBSD: build,v 1.86 2005/11/28 20:17:27 rillig Exp $ # # Copyright (c) 1999, 2000 Hubert Feyrer <hubertf@NetBSD.org> @@ -449,6 +449,7 @@ done # # Generate the post-build report. # +echo "Generating the bulk build report..." BUILDDATE=`date +%Y-%m-%d` mkdir -p "${FTP}" ( cd "${pkgsrc_dir}" \ |