From bf3c4e69cc597cf908eecfee2d920e6a6b94bc20 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 21 Jan 2008 10:43:38 +0100 Subject: Ignore Guile-Lint's error code for now. --- guile-lint.am | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'guile-lint.am') diff --git a/guile-lint.am b/guile-lint.am index 1f98791..9fb1e55 100644 --- a/guile-lint.am +++ b/guile-lint.am @@ -2,7 +2,14 @@ # See http://www.geocities.com/user42_kevin/guile-lint/index.html . if HAVE_GUILE_LINT + +# FIXME: Guile-Lint 9 or so always returned zero, but Guile-Lint 12 +# returns an actual status code depending on whether errors were +# encountered, which is good, except that it sometimes erroneously +# reports errors (e.g., with macros). So better ignore its exit code +# for now. + all-local: $(dist_module_DATA) - $(GUILE_LINT) -L $(top_srcdir)/src/guile \ + -$(GUILE_LINT) -L $(top_srcdir)/src/guile \ -L $(top_builddir)/src/guile -k $^ endif -- cgit v1.2.3