pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/bulk Creating an archive from the working directory...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1c11b41eaa90
branches: trunk
changeset: 520021:1c11b41eaa90
user: rillig <rillig%pkgsrc.org@localhost>
date: Fri Oct 13 23:14:45 2006 +0000
description:
Creating an archive from the working directory may take some time for
big packages, so print an informational message before doing that.
diffstat:
mk/bulk/bsd.bulk-pkg.mk | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r de6a29b1e2f5 -r 1c11b41eaa90 mk/bulk/bsd.bulk-pkg.mk
--- a/mk/bulk/bsd.bulk-pkg.mk Fri Oct 13 23:03:17 2006 +0000
+++ b/mk/bulk/bsd.bulk-pkg.mk Fri Oct 13 23:14:45 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.bulk-pkg.mk,v 1.124 2006/10/07 06:35:01 rillig Exp $
+# $NetBSD: bsd.bulk-pkg.mk,v 1.125 2006/10/13 23:14:45 rillig Exp $
#
# Copyright (c) 1999, 2000 Hubert Feyrer <hubertf%NetBSD.org@localhost>
@@ -537,6 +537,7 @@
) 2>&1 | ${TEE} -a ${_BROKENFILE:Q}; \
fi ; \
if [ ${_PRESERVE_WRKDIR} = "pack-if-failed" ] && [ ! -f ${PKGFILE} ]; then \
+ ${BULK_MSG} "Making an archive from the working directory."; \
(cd ${WRKDIR} \
&& ${PAX} -wz -f ${_BULK_PKGLOGDIR}/wrkdir.tar.gz . \
) || ${TRUE}; \
Home |
Main Index |
Thread Index |
Old Index