diff options
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) | |
download | pacman-ae5ef3b90fcad0627d450f0be6ea04dbea2019e2.tar.xz |
Remove --builddeps from makepkg
This really should be in an external script, as it is not makepkg's job to
rebuild your system.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc/makepkg.8.txt')
-rw-r--r-- | doc/makepkg.8.txt | 7 |
1 files changed, 0 insertions, 7 deletions
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. |