DELETE_ON_ERROR test-suite.log and .PRECIOUS

2013-07-20 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

Re: managing headers in source

2013-07-20 Thread Simon Richter
Hi Václav, - src/Makefile.am: Listing headers for dependencies and source files. (http://bazaar.launchpad.net/~log4cplus/log4cplus/trunk/view/head:/src/Makefile.am) You do not need to list the headers as source files as long as they are listed somewhere. The dependencies start out empty

Re: source file in different directory to Makefile and subdir-objects

2013-07-20 Thread Adam Mercer
On Fri, Jul 19, 2013 at 7:01 PM, Stefano Lattarini stefano.lattar...@gmail.com wrote: But consider that the behaviour currently enabled by 'subdir-objects' option will be made the default one and *the only aviailable one* in Automake 2.0, so you might want to start drawing a roadmap to change