[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#12372: [FYI] {master} tags: automake bug bug#12372 is fixed
From: |
Stefano Lattarini |
Subject: |
bug#12372: [FYI] {master} tags: automake bug bug#12372 is fixed |
Date: |
Tue, 11 Sep 2012 11:48:48 +0200 |
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 <address@hidden>
---
NEWS | 5 +++++
t/list-of-tests.mk | 1 -
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index f243d8c..46aa8cd 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 c024171..3708ef7 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)
--
1.7.12
- bug#12372: arbitrary suffix sources are not added to the tags, Юрий Пухальский, 2012/09/06
- bug#12372: arbitrary suffix sources are not added to the tags, Stefano Lattarini, 2012/09/07
- Message not available
- Message not available
- Message not available
- Message not available
- bug#12372: arbitrary suffix sources are not added to the tags, Stefano Lattarini, 2012/09/07
- bug#12372: arbitrary suffix sources are not added to the tags, Stefano Lattarini, 2012/09/11
- bug#12372: arbitrary suffix sources are not added to the tags, Юрий Пухальский, 2012/09/11
- bug#12372: [FYI 1/2] {maint} coverage: expose automake bug#12372 (tags-related), Stefano Lattarini, 2012/09/11
- bug#12372: [FYI 2/2] {maint} coverage: better exposure for automake bug#12372 (tags-related), Stefano Lattarini, 2012/09/11
- bug#12372: [FYI] {master} tags: automake bug bug#12372 is fixed,
Stefano Lattarini <=