summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorrillig <rillig>2007-01-24 02:48:51 +0000
committerrillig <rillig>2007-01-24 02:48:51 +0000
commit547fe9989dfd63bb0a162835e346da96cbf9e42b (patch)
treeb8f4109ec40ca0a6badcde325bedd38749a8d14c /mk
parentd5f47e32055173f97f4e1cd8d152141f8a360b65 (diff)
downloadpkgsrc-547fe9989dfd63bb0a162835e346da96cbf9e42b.tar.gz
Empty files are so ambiguous, so better leave a friendly message in the
STARTFILE.
Diffstat (limited to 'mk')
-rw-r--r--mk/bulk/pre-build4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bulk/pre-build b/mk/bulk/pre-build
index c9714723d23..249f92f646f 100644
--- a/mk/bulk/pre-build
+++ b/mk/bulk/pre-build
@@ -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 @@ if [ ! -d "${PKG_DBDIR}" ]; then
mkdir -p "${PKG_DBDIR}"
fi
-touch "$STARTFILE"
+echo "This file marks the start time of the bulk build." > "$STARTFILE"