16 May
2007
16 May
'07
4:34 p.m.
Am Wed, 16 May 2007 12:03:29 -0400 schrieb "Dan McGee" <dpmcgee@gmail.com>:
Export is ONLY needed if a new process is started with the callers environment. This occurs during calls to ./configure and make, but NOT within the PKGBUILD.
therefore we need to export the MAKEFLAGS and DISTCC_HOST. anything else should be safe without an export call. i could confirm that both variables are not working properly. -j4 falls back to -j1 and distcc is not working without. would you prefer to export them in the makepkg.conf or in /usr/bin/makepkg ? both would be easy to fix. Andy