On 01/25/2017 09:01 AM, Manolis Ragkousis wrote:
> Hello Eric
> 
> 
> On 01/25/17 16:58, Eric Blake wrote:
>> Do we really need ':='?
> I am following the GNU Make manual in order to avoid any future
> recursive errors. It will work with just "=" as well.

The problem is that local.mk is (for now) an automake source, and
automake doesn't support := because it is designed to create makefiles
portable to more than just GNU make.

Maybe down the road automake will require GNU make, at which point we
can rely on GNU make-isms outside of maint.mk, but for now, we try to
limit the GNU make extensions to the stuff that doesn't impact automake.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to