Re: [Xen-devel] [PATCH] xsm/policy: remove gawk-ism line in Makefile

2015-03-05 Thread Ian Campbell
On Tue, 2015-03-03 at 10:16 -0500, Daniel De Graaf wrote: > On 03/03/2015 07:44 AM, Wei Liu wrote: > > Translate gawk regex to mawk regex to allow using mawk. The new regex > > works on both gawk and mawk. > > > > Signed-off-by: Wei Liu > > Acked-by: Daniel De Graaf Applied, thanks.

Re: [Xen-devel] [PATCH] xsm/policy: remove gawk-ism line in Makefile

2015-03-03 Thread Daniel De Graaf
On 03/03/2015 07:44 AM, Wei Liu wrote: Translate gawk regex to mawk regex to allow using mawk. The new regex works on both gawk and mawk. Signed-off-by: Wei Liu Acked-by: Daniel De Graaf ___ Xen-devel mailing list Xen-devel@lists.xen.org http://li

Re: [Xen-devel] [PATCH] xsm/policy: remove gawk-ism line in Makefile

2015-03-03 Thread Ian Campbell
On Tue, 2015-03-03 at 12:44 +, Wei Liu wrote: > Translate gawk regex to mawk regex to allow using mawk. The new regex > works on both gawk and mawk. I think [[:alpha:]] might include A-Z too, but I presume that doesn't affect our inputs or your tests would have failed. So for my part: > Signe