summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAndrew Fyfe <andrew@neptune-one.net>2007-06-01 16:28:52 +0200
committerDan McGee <dan@archlinux.org>2007-06-01 17:49:17 +0200
commit7f153b729f90e9b7ce7924ae5e607aa333185c06 (patch)
tree0b5069a55a463e43ed390e06abf4b9584f079ffe /doc
parent85fbf528bb1e7952abfd2fcd8c1d5dad2050c35e (diff)
downloadpacman-7f153b729f90e9b7ce7924ae5e607aa333185c06.tar.gz
pacman-7f153b729f90e9b7ce7924ae5e607aa333185c06.tar.xz
scripts/makepkg.in: Various clean ups.
* etc/makepkg.conf.in: Add description for xdelta. * doc/makepkg.conf.5: Add description for xdelta. * scripts/makepkg.in: Various clean ups. Signed-off-by: Andrew Fyfe <andrew@neptune-one.net> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/makepkg.conf.516
1 files changed, 11 insertions, 5 deletions
diff --git a/doc/makepkg.conf.5 b/doc/makepkg.conf.5
index 23fc1d1f..08be3fc8 100644
--- a/doc/makepkg.conf.5
+++ b/doc/makepkg.conf.5
@@ -48,11 +48,11 @@ Flags used for the C++ compiler; see \fBCFLAGS\fP for more info.
This is often used to set the number of jobs used, for example, "-j2". Other
flags that make accepts can also be passed.
.TP
-.B BUILDENV=(fakeroot !distcc color !ccache)
-This array contains four 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
-option. Each works as follows:
+.B BUILDENV=(fakeroot !distcc color !ccache !xdelta)
+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 option.
+Each works as follows:
.RS
.TP
.B fakeroot
@@ -69,6 +69,12 @@ Colorize output messages, making output easier to read.
Use ccache to cache compilation by default. This allows for faster compiles if
you are continuously recompiling the same packages. It can be disabled for
individual packages by placing \fB!ccache\fP in the \fB\*(PB\fP options array.
+.TP
+.B xdelta
+Generate delta patch from previous to current package. This is mainly useful
+for large package upgrades that have only minor changes between versions where
+a binary diff will be a much smaller download. This is only useful if using
+the xdelta download script for pacman.
.RE
.TP
.B DISTCC_HOSTS="\fIhost1 ...\fP"