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
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