11 Apr 2012 12:07
[PATCH] maint: avoid "make syntax-check" failure
Jim Meyering <jim <at> meyering.net>
2012-04-11 10:07:24 GMT
2012-04-11 10:07:24 GMT
I was surprised to find that "make syntax-check" was failing. Here's the trivial fix: (I'll push it later today) From eaa96cb8bd6dca5317329b6682df91dfda286d06 Mon Sep 17 00:00:00 2001 From: Jim Meyering <meyering <at> redhat.com> Date: Wed, 11 Apr 2012 12:05:38 +0200 Subject: [PATCH] maint: avoid "make syntax-check" failure * cfg.mk (old_NEWS_hash): Update to reflect typo fix in old news. --- cfg.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg.mk b/cfg.mk index 41b5cbe..3febab0 100644 --- a/cfg.mk +++ b/cfg.mk <at> <at> -127,7 +127,7 <at> <at> update-copyright-env = \ UPDATE_COPYRIGHT_MAX_LINE_LENGTH=72 # Prevent incorrect NEWS edits. -old_NEWS_hash = d10ae7f49f642a6dc120c135ff4844ff +old_NEWS_hash = 54ad39275441a2a3fcbe6182da4f84fb exclude_file_name_regexp--sc_prohibit_undesirable_word_seq = ^maint\.mk$$ exclude_file_name_regexp--sc_prohibit_test_minus_ao = \ -- 1.7.10(Continue reading)
RSS Feed