diff options
author | Lukáš Jirkovský <l.jirkovsky@gmail.com> | 2013-10-04 15:57:08 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-10-14 13:00:50 +1000 |
commit | 043f250d0e93f07be60a94c92a027d6f61fc9158 (patch) | |
tree | 240e867de3fc10ed51bd09cecf1722c43b17e851 /doc | |
parent | 2f7e92ad045fb276c8fe88d4793c8edc383d147c (diff) | |
download | pacman-043f250d0e93f07be60a94c92a027d6f61fc9158.tar.xz |
Add a -C, --cleanbuild option to clear the source directory before building a package.
Implements FS#17175.
[Allan: Minor changes to output strings, fix removing of source directory]
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/makepkg.8.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/makepkg.8.txt b/doc/makepkg.8.txt index ceb7b910..448d447d 100644 --- a/doc/makepkg.8.txt +++ b/doc/makepkg.8.txt @@ -147,6 +147,9 @@ Options *-V, \--version*:: Display version information. +*-C, \--cleanbuild*:: + Remove the $srcdir before building the package. + *\--allsource*:: Do not actually build the package, but build a source-only tarball that includes all sources, including those that are normally download via |