[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
DELETE_ON_ERROR test-suite.log and .PRECIOUS
From: |
Holger Hans Peter Freyther |
Subject: |
DELETE_ON_ERROR test-suite.log and .PRECIOUS |
Date: |
Sat, 20 Jul 2013 08:35:49 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
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 warning:
Makefile.am:35: warning: user target '.PRECIOUS' defined here ...
/usr/share/automake-1.13/am/configure.am: ... overrides Automake target
'.PRECIOUS' defined here
Is there a better way to ask automake/make to keep the test-suite.log
around? Is there a way to make the warning go away?
kind regards
holger
[1]
http://cgit.freedesktop.org/systemd/systemd/commit/?id=96bd03d5b8d5d04fc8037c03a43bb5b148cc1e29
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- DELETE_ON_ERROR test-suite.log and .PRECIOUS,
Holger Hans Peter Freyther <=