6 messages in com.xensource.lists.xen-develRe: [Xen-devel] Makefile version.
FromSent OnAttachments
Jimi Xenidis25 Jun 2005 09:36 
Keir Fraser25 Jun 2005 10:32 
Jimi Xenidis25 Jun 2005 11:07 
aq25 Jun 2005 18:08 
Keir Fraser26 Jun 2005 05:02 
Jimi Xenidis26 Jun 2005 07:38 
Subject:Re: [Xen-devel] Makefile version.
From:Keir Fraser (Keir@cl.cam.ac.uk)
Date:06/25/2005 10:32:29 AM
List:com.xensource.lists.xen-devel

On 25 Jun 2005, at 17:36, Jimi Xenidis wrote:

Do we have a minimum gnu make vesion? Specifically, I want to know if I can use "Target-specific Variable Values" which I believe is dependent on 3.8x. Example: foo.o: CFLAGS += -DFOO_DEBUG

Yeah, we allow those. I think they were added before 3.8x, otherwise we wouldn't use them (we started using $(eval), which is a 3.8x feature, and had complaints from 3.79 users).

-- Keir