summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-02-20 22:11:10 +0000
committerrillig <rillig@pkgsrc.org>2007-02-20 22:11:10 +0000
commit4354925665255d3dedce1b3b0dfd4b2c0c770cf5 (patch)
tree02479c7b31cd2d43dcc64032ee07e3f76addbc5c /Makefile
parentb277bf92ec27ea3c2a470dfff3c6911cdf7a08b1 (diff)
downloadpkgsrc-4354925665255d3dedce1b3b0dfd4b2c0c770cf5.tar.gz
Made the locking more flexible by letting the user choose different
locking types for WRKDIR and LOCALBASE. The default values are currently based on PKGSRC_LOCKTYPE, but the recommended values are different. For LOCALBASE, the recommended value is "sleep", since after one transaction has finished, the next can be done in the new LOCALBASE without problems. The situation is different though in WRKDIR. After one transaction has finished there, it is often the case that the directory is removed, including the lockfile. In that case, the package has usually been installed and packaged successfully, and it would be a bad idea to let the next transaction try to do the same again. Therefore, the recommended value here is "once".
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions