diffutils-devel
[Top][All Lists]
Advanced

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

[PATCH] maint: avoid a new syntax-check failure (exempt mbcel.h from GPL


From: Jim Meyering
Subject: [PATCH] maint: avoid a new syntax-check failure (exempt mbcel.h from GPL version check)
Date: Wed, 12 Jul 2023 21:42:41 -0700

make syntax-check was failing, so I pushed this, at least temporarily.
With that, I see that the ignore-case test has two failures.
I'm guessing Paul's working on that.

>From d95e016e37719a2b146b7bfb9ac684975933e989 Mon Sep 17 00:00:00 2001
From: Jim Meyering <meyering@meta.com>
Date: Wed, 12 Jul 2023 21:34:19 -0700
Subject: [PATCH] maint: avoid a new syntax-check failure

* cfg.mk (exclude_file_name_regexp--sc_GPL_version): Exempt mbcel.h,
which is GPL-2.1. Remove this exemption if/when mbcel.h moves to gnulib.
---
 cfg.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cfg.mk b/cfg.mk
index 83d454e..f174933 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -78,3 +78,5 @@ exclude_file_name_regexp--sc_prohibit_doubled_word = 
^tests/y2038-vs-32bit$$

 # Tell gnulib's tight_scope rule that we mark externs with XTERN
 export _gl_TS_extern = extern|XTERN|DIFF_INLINE|SYSTEM_INLINE
+
+exclude_file_name_regexp--sc_GPL_version = ^lib/mbcel\.h$$
-- 
2.41.0.327.gaa9166bcc0


reply via email to

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