diff options
author | Dan McGee <dan@archlinux.org> | 2007-02-04 18:28:21 +0000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-02-04 18:28:21 +0000 |
commit | b1cc72ebb3226f300c7432b742b05942f050532f (patch) | |
tree | aa846f0393ddedb482667a8ce064f49bb25ee2f2 /AUTHORS | |
parent | 1bb3cd34bfc8c00809e42b4ff084f56b59093fb5 (diff) | |
download | pacman-b1cc72ebb3226f300c7432b742b05942f050532f.tar.xz |
* Updated makepkg to use a new form of options. These two arrays now replace
most of the former options in makepkg.conf, and are described in detail
there:
BUILDENV=(fakeroot !distcc color !ccache)
OPTIONS=(strip !docs !libtool emptydirs)
Note that PKGBUILD specified options will always have final say. They will
now be specified as they are above, except using lowercase 'options' array.
* makepkg was fixed so options actually work as expected.
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,7 @@ Judd Vinet <jvinet@zeroflux.org> Aurelien Foret <aurelien@archlinux.org> Aaron Griffin <aaron@archlinux.org> +Dan McGee <dan@archlinux.org> Miklós Vajna <vmiklos@frugalware.org> Christian Hamar <krics@linuxforum.hu> @@ -8,6 +9,5 @@ Christian Hamar <krics@linuxforum.hu> Josh Wheeler <deltalima@gmail.com> David Kimpe <DNAku@frugalware.org> -Dan McGee <dpmcgee@gmail.com> James Rosten <seinfeld90@gmail.com> Roman Kyrylych <Roman.Kyrylych@gmail.com> |