Richard W.M. Jones wrote:
On Tue, Jun 28, 2011 at 08:16:03PM +0200, Jim Meyering wrote:
> Hi,
>
> This series updates to the latest gnulib, after
> making most of its "make syntax-check" tests pass.
> There are still a few tests (listed in cfg.mk)
> that are simply skipped. To enable one, just remove
> its test name from the list of tests to skip and run
> "make syntax-check".
>
> [PATCH hivex 01/14] maint: add cfg.mk to prepare for syntax-check
> [PATCH hivex 02/14] maint: remove unnecessary test-before-free
> [PATCH hivex 03/14] maint: remove definitions of PRId64 and PRIu64,
> [PATCH hivex 04/14] maint: update po/POTFILES.in
> [PATCH hivex 05/14] maint: normalize to exactly one newline at EOF
> [PATCH hivex 06/14] maint: remove definition of O_CLOEXEC, ...
> [PATCH hivex 07/14] maint: remove now-unnecessary #ifdef
> [PATCH hivex 08/14] maint: remove trailing blanks
> [PATCH hivex 09/14] maint: use "test x = x", not "test x == x"
> [PATCH hivex 10/14] maint: exempt lib/gettext.h from a syntax-check
> [PATCH hivex 11/14] maint: avoid using test's -a and -o operators;
> [PATCH hivex 12/14] maint: remove spaces before TAB
> [PATCH hivex 13/14] maint: remove rule that generated po/POTFILES.in
> [PATCH hivex 14/14] build: update gnulib submodule to latest
Thanks Jim! I've pushed almost all of these patches. 1/14 seems to
have been missing, and I didn't push the whole of 8/14 (see earlier
message).
Oops.
I've posted an adjusted version.