On Monday 03 June 2013 21:44:46 Peter Broadbery wrote:
> Hi,
> 
> I've appended a patch that should fix the problem with patsubst, and
> updated my git repository with a slightly extended version of the same
> thing (the report-system/test makefile wasn't 100% either).  Tree:
> https://github.com/pbroadbery/gnucash/tree/pab/topic/report-test-fixu
> p
> 
> I probably ought to ask - what's the policy on gnumake functions?
> $(shell) is used quite extensively,
> 
> Peter

I don't think there really is a policy regarding gnumake functions. Our 
makefiles rely 
heavily on gnumake so in principle it's ok to use these functions. However the 
new 
automake parallel-test feature has issues with patsubst and perhaps other 
functions. With 
automake 1.13, parallel-test has become the default way. So with that in mind 
we may 
have to reconsider what we can and can't use in our makefiles.

Geert
_______________________________________________
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Reply via email to