diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2012-11-19 12:27:44 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2012-11-19 12:27:44 +0000 |
commit | 7424f1f9ce11363fa6ab90bab841b29c37767602 (patch) | |
tree | 4f6b0d3f62c18611a4cb5d37de9e0bf375a194b8 | |
parent | a57e5f1de09f5c05634b62d87ea9b8c45aab8dc6 (diff) |
document BULK change
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index e82b04f8995..58470d10f54 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.357 2012/11/01 11:55:53 jmc Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.358 2012/11/19 12:27:43 espie Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: November 1 2012 $ +.Dd $Mdocdate: November 19 2012 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -1087,16 +1087,21 @@ Read-only. User settings. If set to .Sq Yes , -successful package builds and installations will clean +all successful package builds and installations will clean their working directories, after invoking any targets mentioned in BULK_TARGETS, and commands mentioned in BULK_DO. Can be set on a per-${PKGPATH} basis. For instance, setting BULK_misc/screen=No will override any BULK=Yes passed on the command line. +If set to +.Sq Auto , +it will apply to dependencies, but not to the current port itself. See .Ev BULK_COOKIES_DIR , .Ev TRUST_PACKAGES . +Defaults to +.Sq Auto . .It Ev BULK_COOKIES_DIR User settings. Used to store cookies for successful bulk-package builds, defaults to |