summaryrefslogtreecommitdiff
path: root/mk/bulk
diff options
context:
space:
mode:
authorrillig <rillig>2005-11-28 20:17:27 +0000
committerrillig <rillig>2005-11-28 20:17:27 +0000
commita3281f8a13f9ab745912305de49ac33a1b7fb651 (patch)
tree92419d8244dda62128d2338352d2d814dfb3ffbb /mk/bulk
parent932dcddae74e8f1a5703ae95a97774b3ba0618ca (diff)
downloadpkgsrc-a3281f8a13f9ab745912305de49ac33a1b7fb651.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.
Diffstat (limited to 'mk/bulk')
-rw-r--r--mk/bulk/build3
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}" \