summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorrillig <rillig>2007-02-20 22:11:10 +0000
committerrillig <rillig>2007-02-20 22:11:10 +0000
commita6eb4885ac488122b680c62349ad5adf59675177 (patch)
tree02479c7b31cd2d43dcc64032ee07e3f76addbc5c /Makefile
parentda04451c164c4e70599d5a7e6d1c7d50c418d327 (diff)
downloadpkgsrc-a6eb4885ac488122b680c62349ad5adf59675177.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