summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2021-01-23 15:08:48 +0100
committerAkim Demaille <akim.demaille@gmail.com>2021-01-23 15:08:48 +0100
commit236b85dd28b8873eb8f7e8827e485f3b0c6a12d1 (patch)
tree98381e52aa79950fd823d01cc5db1a4738dced99
parent4109d56aa974627e7088964d5342a0788f6ede78 (diff)
downloadbison-236b85dd28b8873eb8f7e8827e485f3b0c6a12d1.tar.gz
package: pacify syntax-check
* cfg.mk: Currently we cannot update gnulib because of portability issues with ancient versions of clang (https://lists.gnu.org/r/bug-gnulib/2021-01/msg00241.html). So skip the check about copyright date for gnulib.
-rw-r--r--cfg.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/cfg.mk b/cfg.mk
index 6725a186..84756ac5 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -156,6 +156,7 @@ exclude = \
$(call exclude, \
bindtextdomain=^lib/main.c$$ \
cast_of_argument_to_free=^src/muscle-tab.c$$ \
+ copyright_check=gnulib/lib/version-etc.c$$ \
error_message_uppercase=etc/bench.pl.in$$ \
po_check=^tests|(^po/POTFILES.in|.md)$$ \
preprocessor_indentation=^data/|^lib/|^src/parse-gram.[ch]$$ \