summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2009-10-22 06:40:03 +0200
committerDan McGee <dan@archlinux.org>2009-12-01 04:22:52 +0100
commitf2c9e51eb00edb2f3123bd150fd9944c765426e0 (patch)
treecae8ca5080d0b7783474bc7d355f1fdeec8ec55e /doc
parent82443e00597b0db5a7eadea4886e22b373ac373b (diff)
downloadpacman-f2c9e51eb00edb2f3123bd150fd9944c765426e0.tar.gz
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')
-rw-r--r--doc/makepkg.8.txt4
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.