On Wed, Jun 20, 2012 at 03:58:21AM -0400, Michael Scheidell wrote:
> 
> 
> On 6/20/12 2:11 AM, Baptiste Daroussin wrote:
> >
> > nginx_UNSET=        ICONV
> > will deactivate ICONV for nginx only
> >
> lowercase?

Yes lower case, the wiki is wrong.
make -VUNIQUENAME should show you the right name
> 
> wiki seems to indicate UPPERCASE:
> 
> ${UNIQUENAME:U}_SET=    OPT1
> ${UNIQUENAME:U}_UNSET=  OPT2
> 
> 
> and, it seems that uppercase didn't work:
> 
> export NGINX_SET=FILE_AIO
> 
> but, in tinderlog:
> grep FILE_AIO
> 
> NGINX_SET=FILE_AIO
>       FILE_AIO=off: Enable file aio
> 
> 
> 
> so, I edit /tb/scripts/etc/env/build* to:
> export nginx_SET=FILE_AIO
> 
> but, tinderlog still shows UPPERCASE:
> grep FILE_AIO
> 
> NGINX_SET=FILE_AIO
>       FILE_AIO=off: Enable file aio
> 
> old way still works (but potential conflicts as you know,)
> 
> (if in /tb/scripts/etc/env/build* I have this:
> 
> export WITH_FILE_AIO=yes
> 
> I get this in tinderlog:
> 
> WITH_FILE_AIO=yes
>         FILE_AIO=on: Enable file aio
> 
> So, is it supposed to be export NGINX_SET or nginx_SET?

nginx_SET

Which is see correctly in your log.

regards,
Bapt

Attachment: pgpk5v6Snd0wM.pgp
Description: PGP signature

Reply via email to