summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
diff options
context:
space:
mode:
authorrillig <rillig>2007-09-07 15:51:53 +0000
committerrillig <rillig>2007-09-07 15:51:53 +0000
commit5129c41c2feba0d0678bbd27a2b2a6e6fc213349 (patch)
tree8b6cf0cc1f9ab482f8415ffdc5e4e02d4d6a1b4d /mk/bsd.pkg.mk
parentbe5c8e5be22b6a404082b5f3c3dc117a7dc16810 (diff)
downloadpkgsrc-5129c41c2feba0d0678bbd27a2b2a6e6fc213349.tar.gz
The WRKDIR and PREFIX can be saved in the log directory when a package
doesn't build properly. These options are off by default since they require much disk space.
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r--mk/bsd.pkg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 9b9b3177882..1fd1e225450 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1922 2007/08/18 00:30:21 joerg Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1923 2007/09/07 15:51:53 rillig Exp $
#
# This file is in the public domain.
#
@@ -801,7 +801,7 @@ ${_MAKEVARS_MK.${_phase_}}: ${WRKDIR}
${_PKG_SILENT}${_PKG_DEBUG}${TOUCH} ${TOUCH_FLAGS} ${.TARGET}
.endfor
-.if make(pbulk-index) || make(pbulk-index-item)
+.if make(pbulk-index) || make(pbulk-index-item) || make(pbulk-save-wrkdir)
.include "${.PARSEDIR}/pbulk/pbulk-index.mk"
.endif