]> git.ipfire.org Git - thirdparty/automake.git/commit
Allow user to extend .PRECIOUS target
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 26 Dec 2013 18:31:15 +0000 (19:31 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 26 Dec 2013 18:31:15 +0000 (19:31 +0100)
commitf0a7083afefe98aa7aecf4ece592915395947631
tree4595d63ddf73b82d96652297847cebc66e4ddc2f
parentc020f1ef664e1ec835d856ec5485769d0a9a7386
Allow user to extend .PRECIOUS target

References:
<http://lists.freedesktop.org/archives/systemd-devel/2013-July/012155.html>
<http://lists.gnu.org/archive/html/automake/2013-07/msg00011.html>

* bin/automake.in: Adjust to ensure we handle '.PRECIOUS' the same way
we do for '.PHONY' and '.MAKE'.
* lib/Automake/Rule.pm: Likewise.
* t/precious.sh: New test.
* t/list-of-tests.mk: Add it.
* t/phony.sh: Enhance a little while at it.
* NEWS: Update.
* THANKS: Likewise.

Reported-by: Holger Hans Peter Freyther <holger@freyther.de>
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
NEWS
THANKS
bin/automake.in
lib/Automake/Rule.pm
t/list-of-tests.mk
t/phony.sh
t/precious.sh [new file with mode: 0644]