pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/bulk Print a message before creating the bulk build...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2eb1936ff5cc
branches:  trunk
changeset: 503753:2eb1936ff5cc
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Nov 28 20:17:27 2005 +0000

description:
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:

 mk/bulk/build |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r de13c3c7ccb4 -r 2eb1936ff5cc mk/bulk/build
--- a/mk/bulk/build     Mon Nov 28 20:08:37 2005 +0000
+++ b/mk/bulk/build     Mon Nov 28 20:17:27 2005 +0000
@@ -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@localhost>
@@ -449,6 +449,7 @@
 #
 # Generate the post-build report.
 #
+echo "Generating the bulk build report..."
 BUILDDATE=`date +%Y-%m-%d`
 mkdir -p "${FTP}"
 ( cd "${pkgsrc_dir}" \



Home | Main Index | Thread Index | Old Index