makepkg: remove distcc/makeflags option interaction
commitaa89a65a83bbac5487fff377cd6ac969e1796542
authorDan McGee <dan@archlinux.org>
Thu, 23 Jun 2011 20:19:01 +0000 (23 15:19 -0500)
committerDan McGee <dan@archlinux.org>
Fri, 24 Jun 2011 02:35:52 +0000 (23 21:35 -0500)
tree23457e4e360ef52dc2bcca1dbef922280ee1cd83
parent54ef162a1a9e27e362732d873f0739bc0a2cf1bf
makepkg: remove distcc/makeflags option interaction

Way back in c94bfbaba when refactoring makepkg options handling, I added
these lines to unset MAKEFLAGS if '!distcc' was set in a PKGBUILD (not
taking into account makepkg.conf settings). This was an attempt to say
"if it is broken in distcc, it is probably broken even more". However,
this is silly as one should be using '!makeflags' as well. Remove the
linkage.

Signed-off-by: Dan McGee <dan@archlinux.org>
scripts/makepkg.sh.in