From ae5ef3b90fcad0627d450f0be6ea04dbea2019e2 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sat, 3 May 2008 09:35:37 -0500 Subject: 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 --- doc/makepkg.8.txt | 7 ------- 1 file changed, 7 deletions(-) (limited to 'doc/makepkg.8.txt') 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. -- cgit v1.2.3-24-g4f1b