index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2008-05-03 09:35:37 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-05-13 16:01:34 -0500 |
commit | ae5ef3b90fcad0627d450f0be6ea04dbea2019e2 (patch) | |
tree | 64b7b5c92a426753c625b24b3034862be5d25c6b /doc/makepkg.8.txt | |
parent | 584ffa6aef13d0933ad4930ab9cb70d3af2977ff (diff) |
-rw-r--r-- | doc/makepkg.8.txt | 7 |
diff --git a/doc/makepkg.8.txt b/doc/makepkg.8.txt index 59108f1b..068cbcb5 100644 --- a/doc/makepkg.8.txt +++ b/doc/makepkg.8.txt @@ -45,13 +45,6 @@ Options for rebuilding packages from source when the PKGBUILD may be slightly outdated and not updated with an `$$arch=('yourarch')$$` field. -*-b, \--builddeps*:: - Build missing dependencies from source. When makepkg finds missing - build-time or run-time dependencies, it will look for the dependencies' - PKGBUILD files under `SRCROOT` (set in linkman:makepkg.conf[5]). If it - finds them it will call makepkg to build and install the missing - dependencies. The child calls will be made with the `-b` and `-i` options. - *-c, \--clean*:: Clean up leftover work files and directories after a successful build. |