pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/bulk Empty files are so ambiguous, so better leave ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2b712b1c8f6d
branches:  trunk
changeset: 524352:2b712b1c8f6d
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Jan 24 02:48:51 2007 +0000

description:
Empty files are so ambiguous, so better leave a friendly message in the
STARTFILE.

diffstat:

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

diffs (16 lines):

diff -r b58770f591c5 -r 2b712b1c8f6d mk/bulk/pre-build
--- a/mk/bulk/pre-build Wed Jan 24 02:17:00 2007 +0000
+++ b/mk/bulk/pre-build Wed Jan 24 02:48:51 2007 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $NetBSD: pre-build,v 1.64 2006/12/15 13:15:06 martti Exp $
+# $NetBSD: pre-build,v 1.65 2007/01/24 02:48:51 rillig Exp $
 #
 # Clean up system to be ready for bulk pkg build
 #
@@ -273,4 +273,4 @@
        mkdir -p "${PKG_DBDIR}"
 fi
 
-touch "$STARTFILE"
+echo "This file marks the start time of the bulk build." > "$STARTFILE"



Home | Main Index | Thread Index | Old Index