index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2010-12-16 00:06:43 +1000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-12-29 19:28:00 -0600 |
commit | 0c29eb431a26467fc5ec14742cfcdc7ce3558334 (patch) | |
tree | 282a6284582e2b0dd21656cd990bddd5f6e993b0 /doc/makepkg.conf.5.txt | |
parent | d22777146446ecaf8b4b9c0afd593d23c5c9766e (diff) |
-rw-r--r-- | doc/makepkg.conf.5.txt | 5 |
diff --git a/doc/makepkg.conf.5.txt b/doc/makepkg.conf.5.txt index 86ea6a3a..020804cb 100644 --- a/doc/makepkg.conf.5.txt +++ b/doc/makepkg.conf.5.txt @@ -93,6 +93,11 @@ Options be disabled for individual packages by placing `!ccache` in the PKGBUILD options array. + *check*;; + Run the check() function if present in the PKGBUILD. This can be + enabled or disabled for individual packages through the use of + makepkg's `--check` and `--nocheck` options respectively. + **DISTCC_HOSTS=**"host1 ...":: If using DistCC, this is used to specify a space-delimited list of hosts running in the DistCC cluster. In addition, you will want to modify your |