index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
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 | |
parent | 85fbf528bb1e7952abfd2fcd8c1d5dad2050c35e (diff) |
-rw-r--r-- | etc/makepkg.conf.in | 3 |
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) # |