diff options
author | Andrew Fyfe <andrew@neptune-one.net> | 2007-06-01 15:28:52 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-06-01 11:49:17 -0400 |
commit | 7f153b729f90e9b7ce7924ae5e607aa333185c06 (patch) | |
tree | 0b5069a55a463e43ed390e06abf4b9584f079ffe /etc/makepkg.conf.in | |
parent | 85fbf528bb1e7952abfd2fcd8c1d5dad2050c35e (diff) | |
download | 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 'etc/makepkg.conf.in')
-rw-r--r-- | etc/makepkg.conf.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in index 049fd178..615ad440 100644 --- a/etc/makepkg.conf.in +++ b/etc/makepkg.conf.in @@ -38,13 +38,14 @@ CXXFLAGS="-@ARCHSWITCH@=@CARCHFLAGS@ -mtune=generic -O2 -pipe" # BUILD ENVIRONMENT ######################################################################### # -# Defaults: BUILDENV=(fakeroot !distcc color !ccache) +# Defaults: BUILDENV=(fakeroot !distcc color !ccache !xdelta) # A negated environment option will do the opposite of the comments below. # #-- fakeroot: Allow building packages as a non-root user #-- distcc: Use the Distributed C/C++/ObjC compiler #-- color: Colorize output messages #-- ccache: Use ccache to cache compilation +#-- xdelta: Generate delta patch from previous to current package # BUILDENV=(fakeroot !distcc color !ccache !xdelta) # |