diff options
author | Xavier Chantry <shiningxc@gmail.com> | 2009-02-25 19:40:57 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2009-02-28 15:42:07 -0600 |
commit | b4e1365657f477f4e27933ccc3d408b7e19ac6da (patch) | |
tree | 920f19278b48a6d5b7d270d962187ee59ed07f85 /doc | |
parent | 8c09c19139b47dab3bf2282f87fe289e1282f361 (diff) | |
download | pacman-b4e1365657f477f4e27933ccc3d408b7e19ac6da.tar.xz |
makepkg : remove xdelta support
The pkgdelta script can be used instead.
Signed-off-by: Xavier Chantry <shiningxc@gmail.com>
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.conf.5.txt | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/doc/makepkg.conf.5.txt b/doc/makepkg.conf.5.txt index 04fe2bb7..704dccc4 100644 --- a/doc/makepkg.conf.5.txt +++ b/doc/makepkg.conf.5.txt @@ -70,7 +70,7 @@ Options This is often used to set the number of jobs used, for example, `-j2`. Other flags that make accepts can also be passed. -**BUILDENV=(**fakeroot !distcc color !ccache !xdelta**)**:: +**BUILDENV=(**fakeroot !distcc color !ccache**)**:: This array contains options that affect the build environment, the defaults are shown here. All options should always be left in the array; to enable or disable an option simply remove or place an ``!'' at the front of the @@ -93,11 +93,6 @@ Options be disabled for individual packages by placing `!ccache` in the PKGBUILD options array. - *xdelta*;; - Generate an xdelta binary patch from previous to current package. The - previous package must be available in the makepkg cache directory for - this to occur. - **DISTCC_HOSTS=**"host1 ...":: If using DistCC, this is used to specify a space-delimited list of hosts running in the DistCC cluster. In addition, you will want to modify your |