]> git.ipfire.org Git - thirdparty/automake.git/commit
[ng] tags: use more GNU make features
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 9 Aug 2012 17:31:35 +0000 (19:31 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 9 Aug 2012 23:33:14 +0000 (01:33 +0200)
commit776ada4e55e843f409f9d52fa29b9c4b60489180
tree1b8e86f8a446f16d582dad4a468f4fd20e690163
parent3b227ecc97c8319d02cbad6debcf7a2f9bc3b51b
[ng] tags: use more GNU make features

* lib/am/tags.am (am__uniquify_input, am__define_uniq_tagged_files):
Remove, their role taken over by ...
(am.tags.files.uniq): ... this new (memoized) variable.
All rules adjusted.
(tags-am): Use $(CURDIR) instead of `pwd` to compute the absolute
path of the current working directory.
(GTAGS): Use $(abs_top_builddir) instead of `cd $(top_builddir) && pwd`
to compute the absolute path of the top-level build directory.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
lib/am/tags.am