diff options
author | Allan McRae <allan@archlinux.org> | 2011-06-24 17:19:32 +1000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-06-24 13:36:38 -0500 |
commit | c45cfb17419a0bc56c1396febd83f455a0dcbad0 (patch) | |
tree | c44879eadef4c916a15a3ccb5ca5362ad412749a /doc | |
parent | 4f8ae2bab61c8fc678589c6840d44977c82d4cc2 (diff) |
makepkg: remove the cleancache option
This is a fairly useless feature given all it does is an "rm" on a
directory. It is also unlikely that you would want to remove the
entire SRCDEST anyway, but rather just the old files.
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.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/makepkg.8.txt b/doc/makepkg.8.txt index f15226ac..e11e9b35 100644 --- a/doc/makepkg.8.txt +++ b/doc/makepkg.8.txt @@ -48,10 +48,6 @@ Options *-c, \--clean*:: Clean up leftover work files and directories after a successful build. -*-C, \--cleancache*:: - Removes all cached source files from the directory specified in `SRCDEST` - in linkman:makepkg.conf[5]. - *\--config* <file>:: Use an alternate config file instead of the +{sysconfdir}/makepkg.conf+ default. |