Re: Makefile.static in EXTRA_DIST vanishes on make distcheck

2011-11-12 Thread Holger Hans Peter Freyther
On 11/12/2011 09:34 AM, Stefano Lattarini wrote: > On Thursday 10 November 2011, Holger Hans wrote: >> Hi, >> > Hello Holger. Hi Stefano, >> > No, it's not gone -- the problem is sightly sublter: "make distcheck" > performs a *VPATH build*, and in such a build the Makefile.static won't > be place

DELETE_ON_ERROR test-suite.log and .PRECIOUS

2013-07-19 Thread Holger Hans Peter Freyther
Good Morning, systemd is using .DELETE_ON_ERROR to simplify some rules[1] but the side-effect is that during make check and a failing test the result of 'test-suite.log' will be deleted as well. I 'fixed' this by adding .PRECIOUS: $(TEST_SUITE_LOG) to the file but that is triggering the following