[FYI] Merge branch 'maint' into branch-1.11

2012-01-15 Thread Stefano Lattarini
commit 9df60a37caa53335bafc6f0186d4db8f1c462f01 Merge: ca2f878 48c9d57 Author: Stefano Lattarini AuthorDate: Mon Jan 16 00:02:32 2012 +0100 Commit: Stefano Lattarini CommitDate: Mon Jan 16 00:02:32 2012 +0100 Merge branch 'maint' into branch-1.11 * maint: build: explicitly

[FYI] build: explicitly declare some targets as .PHONY

2012-01-15 Thread Stefano Lattarini
* Makefile.am (fetch, git-dist, git-release, maintainer-check): Declare as ".PHONY". --- Makefile.am |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/Makefile.am b/Makefile.am index afed46a..893baff 100644 --- a/Makefile.am +++ b/Makefile.am @@ -192,9 +192,9 @@ sc_unquo

[FYI] {maint} maint: remove obsolete/broken maintainer targets

2012-01-15 Thread Stefano Lattarini
* Makefile.am (git-diff): Remove. First, we don't distribute diffs between an automake version and the next anyway, so this target is pointless. Moreover, its recipe has been broken for quite a long time now, always generating any empty diffs due to the spurious '$(PACKAGE)' argument that was pa

[FYI] {maint} build: improve silencing of automake build system

2012-01-15 Thread Stefano Lattarini
In this change, we continue the silencing of the automake build system that has been started in commit v1.11-642-g17542c3, but which has been left incomplete there for an (absent-mindness) mistake. * Makefile.am (INSTALL): Silence the recipe. (automake, aclocal): Likewise, and improve them a littl

[FYI] Merge branch 'maint' into master

2012-01-15 Thread Stefano Lattarini
commit 239a5894acb53e6b72f281699ff20edb60dac7a3 Merge: 5db22a1 086aca1 Author: Stefano Lattarini AuthorDate: Sun Jan 15 22:42:34 2012 +0100 Commit: Stefano Lattarini CommitDate: Sun Jan 15 22:42:34 2012 +0100 Merge branch 'maint' * maint: tests: move list of tests in its o

[FYI] {maint} tests: move list of tests in its own Makefile fragment

2012-01-15 Thread Stefano Lattarini
This change will make it easier to merge maint into master, which has a similar Makefile setup in the testsuite. * tests/Makefile.am (include): Inclusion of ... * tests/list-of-tests.mk: ... this new file. * tests/Makefile.am (TESTS): Move most of its content into, and redefine in function of, ...

[PATCH] {maint} build: silence automake build system

2012-01-15 Thread Stefano Lattarini
* configure.ac (AM_SILENT_RULES): Invoke with "yes" as a parameter, to activate silent rules by default. * NEWS: Update. * Makefile.am (sc_perl_syntax): Silence its recipe unconditionally, similarly to what is done for other syntax checks. (release-stats): Be silent by default *but not unconditiona

[FYI] Merge branch 'maint' into master

2012-01-15 Thread Stefano Lattarini
commit 4aba4155a763f0f6813daa0ad2521ebb9960a784 Merge: a23d5bd 05c0298 Author: Stefano Lattarini AuthorDate: Sun Jan 15 17:40:09 2012 +0100 Commit: Stefano Lattarini CommitDate: Sun Jan 15 17:40:09 2012 +0100 Merge branch 'maint' * maint: gnupload: moved to gnulib sy

[FYI] Merged maint into branch-1.11

2012-01-15 Thread Stefano Lattarini
commit ca2f878ef53c25f2d49df9db7e599f9e681117fb Merge: 3950866 05c0298 Author: Stefano Lattarini AuthorDate: Sun Jan 15 17:21:39 2012 +0100 Commit: Stefano Lattarini CommitDate: Sun Jan 15 17:21:39 2012 +0100 Merge branch 'maint' into branch-1.11 * maint: gnupload: moved t

[FYI] {maint} gnupload: moved to gnulib

2012-01-15 Thread Stefano Lattarini
Since the gnupload script is not required by automake-generated code (be it configure or Makefile content), and is not specifically tied to automake in any way, it is better to have its master copy installed in the gnulib repository, as is already done for similar generally-useful, maintainer-orien

Re: [PATCH 0/4] {maint} parallel-tests: remove check-html target and ".log -> .html" conversion

2012-01-15 Thread Stefano Lattarini
On 01/13/2012 10:46 PM, Stefano Lattarini wrote: > Reference: > > > Stefano Lattarini (4): > docs: deprecate .log -> .html conversion by parallel-tests > check: separate .log -> .html conversion from core testsuite harness >

[FYI] {maint} sync: gitlog-to-changelog from gnulib upstream

2012-01-15 Thread Stefano Lattarini
* lib/gitlog-to-changelog: Synced from upstream, by "make fetch". --- lib/gitlog-to-changelog |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/gitlog-to-changelog b/lib/gitlog-to-changelog index 9d5327a..0efedb0 100755 --- a/lib/gitlog-to-changelog +++ b/lib/gitlog