Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Aug 2014 22:07:17 +0200
From:      olli hauer <ohauer@gmx.de>
To:        Andrej Zverev <andrej.zverev@gmail.com>
Cc:        Olli Hauer <ohauer@freebsd.org>, perl <perl@freebsd.org>
Subject:   Re: Mk/Uses/perl.mk possible regression
Message-ID:  <53F10B75.20405@gmx.de>
In-Reply-To: <CAD5bB%2Bj3skU7D5N39mKzmcTbb2MV3eoRxzL_f9SYtT2V1CKJRA@mail.gmail.com>
References:  <53F0F536.9000708@gmx.de> <CAD5bB%2Bj3skU7D5N39mKzmcTbb2MV3eoRxzL_f9SYtT2V1CKJRA@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2014-08-17 21:00, Andrej Zverev wrote:
> FOO = #nothing
> FOO+= something
> = something
> 
> so if USE_PERL5 = #nothing it will be "run build" by default, since
> you overriding in before .mk file you need explicitly declare
> second part. Like USE_PERL5= run build fixpacklist or USE_PERL5= run
> build and USE_PERL5+= fixpacklist.
> 
> You can always check via make -VUSE_PERL5 what you'll get.

Indeed this will do the trick, I haven't expect this is required.

-- 
olli



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53F10B75.20405>