diff options
author | Dale Ogilvie <pnyli0002@sneakemail.com> | 2007-05-30 11:48:18 +0100 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2007-05-30 23:58:22 -0500 |
commit | a8c552d4770b50da1ed6248000392ac28fe17950 (patch) | |
tree | 224fe9553c29f6ceaad23d5bfbc4dff75d90f699 /etc | |
parent | 2ef1c8416f99ae62dc9e6d570ccbaefcc6fc3eed (diff) | |
download | pacman-a8c552d4770b50da1ed6248000392ac28fe17950.tar.xz |
Add support for creating xdeltas in makepkg.
Add xdelta option to makepkg.conf
Added xfer script to contrib.
Signed-off-by: Andrew Fyfe <andrew@neptune-one.net>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/makepkg.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in index 2fc796e1..b68b937e 100644 --- a/etc/makepkg.conf.in +++ b/etc/makepkg.conf.in @@ -46,7 +46,7 @@ CXXFLAGS="-@ARCHSWITCH@=@CARCHFLAGS@ -mtune=generic -O2 -pipe" #-- color: Colorize output messages #-- ccache: Use ccache to cache compilation # -BUILDENV=(fakeroot !distcc color !ccache) +BUILDENV=(fakeroot !distcc color !ccache !xdelta) # #-- If using DistCC, your MAKEFLAGS will also need modification. In addition, #-- specify a space-delimited list of hosts running in the DistCC cluster. |