bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 22/22] package: pacify syntax-check


From: Akim Demaille
Subject: [PATCH 22/22] package: pacify syntax-check
Date: Sat, 23 Jan 2021 15:56:01 +0100

* 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.
---
 cfg.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cfg.mk b/cfg.mk
index 6725a1866..84756ac5d 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]$$                 
 \
-- 
2.30.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]