diff options
author | rillig <rillig> | 2009-05-10 16:10:18 +0000 |
---|---|---|
committer | rillig <rillig> | 2009-05-10 16:10:18 +0000 |
commit | aa8e05aa36a0b0db8fa373239c73db197e0b2c6c (patch) | |
tree | 4b90815f458232005e0a76f9dd9583a027d2572e /mk/help | |
parent | d26728e68ebca445556f86da4a22e97219704278 (diff) | |
download | pkgsrc-aa8e05aa36a0b0db8fa373239c73db197e0b2c6c.tar.gz |
Added documentation for UNLIMIT_RESOURCES.
Diffstat (limited to 'mk/help')
-rw-r--r-- | mk/help/ulimit.help | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mk/help/ulimit.help b/mk/help/ulimit.help new file mode 100644 index 00000000000..12cdc519e17 --- /dev/null +++ b/mk/help/ulimit.help @@ -0,0 +1,13 @@ +# $NetBSD: ulimit.help,v 1.1 2009/05/10 16:10:18 rillig Exp $ +# + +# UNLIMIT_RESOURCES +# This variable controls which resources are set to "unlimited" +# during the configure, build and install phases. The possible +# values are the following, which can be combined: +# +# * datasize +# * stacksize +# * memorysize +# +# Keywords: ulimit unlimit memory ENOMEM |