From: Stefano Lattarini Date: Tue, 11 Sep 2012 09:31:20 +0000 (+0200) Subject: tags: automake bug bug#12372 is fixed X-Git-Tag: v1.12b~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1b83e1af60b866cf5cdeebf77d0275019bad8b2;p=thirdparty%2Fautomake.git tags: automake bug bug#12372 is fixed It has been fixed as a side effect of the overhauling of tags support. * t/list-of-tests.mk (XFAIL_TESTS): No longer list 'tags-pr12372.sh'. * NEWS: Update. Signed-off-by: Stefano Lattarini --- diff --git a/NEWS b/NEWS index f243d8c6b..46aa8cd3d 100644 --- a/NEWS +++ b/NEWS @@ -127,10 +127,15 @@ New in 1.13: specifying the name of such targets in invocations of the new 'AM_EXTRA_RECURSIVE_TARGETS' m4 macro. +* Tags: + - Any failure in the recipe of the "tags", "ctags", "cscope" or "cscopelist" targets in a subdirectory is now propagated to the top-level make invocation. + - Tags are correctly computed also for files in _SOURCES variables that + only list files with non-standard suffixes (see automake bug#12372). + * Improvements to aclocal and related rebuilds rules: - The Autoconf-provided macro AC_CONFIG_MACRO_DIR is now traced by diff --git a/t/list-of-tests.mk b/t/list-of-tests.mk index c024171ab..3708ef7db 100644 --- a/t/list-of-tests.mk +++ b/t/list-of-tests.mk @@ -41,7 +41,6 @@ t/pr8365-remake-timing.sh \ t/lex-subobj-nodep.sh \ t/remake-am-pr10111.sh \ t/remake-m4-pr10111.sh \ -t/tags-pr12372.sh \ t/txinfo5.sh \ $(perl_fake_XFAIL_TESTS)