diff options
author | Allan McRae <allan@archlinux.org> | 2009-10-22 14:40:03 +1000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2009-11-30 21:22:52 -0600 |
commit | f2c9e51eb00edb2f3123bd150fd9944c765426e0 (patch) | |
tree | cae8ca5080d0b7783474bc7d355f1fdeec8ec55e /doc/makepkg.8.txt | |
parent | 82443e00597b0db5a7eadea4886e22b373ac373b (diff) | |
download | pacman-f2c9e51eb00edb2f3123bd150fd9944c765426e0.tar.xz |
makepkg: allow specifying subsets of packages to build
This allows makepkg to only build a specified subset of packages
from a split PKGBUILD. This is very useful in combination with the
-R flag or when bumping the pkgrel of a single package.
Fixes FS#15956.
Signed-off-by: Allan McRae <allan@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc/makepkg.8.txt')
-rw-r--r-- | doc/makepkg.8.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/makepkg.8.txt b/doc/makepkg.8.txt index 198aa954..18ee6ed2 100644 --- a/doc/makepkg.8.txt +++ b/doc/makepkg.8.txt @@ -149,6 +149,10 @@ Options remote builder, or a tarball upload. Because integrity checks are verified, all source files of the package need to be present or downloadable. +*\--pkg <`list`>*:: + Only build listed packages from a split package. The use of quotes is + necessary when specifying multiple packages. e.g. `--pkg "pkg1 pkg3"` + *\--noconfirm*:: (Passed to pacman) Prevent pacman from waiting for user input before proceeding with operations. |