Re: automake-1.9.6 check FAILURE: 32 of 553 tests failed...

2006-12-14 Thread Stepan Kasal
Hello, On Tue, Dec 12, 2006 at 05:31:48PM -0800, Linda Walsh wrote: > Says to report failures -- attached is output log. I'd assume there should > be some other file(s) to attach? Yes, could you please cd to automake-1.9.6/tests after the failure and run: env -e VERBOSE=x TESTS="gettext.test g

Re: multiple outputs rule

2006-12-14 Thread Ralf Wildenhues
Hello Bruno, Thank you for the bug report. * Bruno Haible wrote on Thu, Dec 14, 2006 at 03:04:20PM CET: > 2) When the first branch of the "if mkdir ..." is executed, the data.lock > directory is never removed. It should be removed after the recursive $(MAKE) > invocation, preserving the return co

multiple outputs rule

2006-12-14 Thread Bruno Haible
Hi, The automake-1.10 documentation contains this sample rule: data.c data.h data.w data.x: data.stamp ## Recover from the removal of $@ @if test -f $@; then :; else \ trap 'rm -rf data.lock data.stamp 1 2 13 15; \ ## mkdir is a portable test-and-set