bug-gnulib
[Top][All Lists]
Advanced

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

[PATCH] maint: avoid spurious "make sc_maint" failure


From: Jim Meyering
Subject: [PATCH] maint: avoid spurious "make sc_maint" failure
Date: Mon, 16 Apr 2012 09:17:02 +0200

FYI,

>From 9ebb49659d873a8395bd6918e58d1b56a9860b37 Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Mon, 16 Apr 2012 09:14:12 +0200
Subject: [PATCH] maint: avoid spurious "make sc_maint" failure

* cfg.mk (exclude_file_name_regexp--sc_trailing_blank): Also
exempt all *.class file names, for lib/javaversion.class.
---
 ChangeLog |    6 ++++++
 cfg.mk    |    2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 034e3b9..54f33e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-04-16  Jim Meyering  <address@hidden>
+
+       maint: avoid spurious "make sc_maint" failure
+       * cfg.mk (exclude_file_name_regexp--sc_trailing_blank): Also
+       exempt all *.class file names, for lib/javaversion.class.
+
 2012-04-15  Bruno Haible  <address@hidden>

        lseek: Make configure test independent of environment.
diff --git a/cfg.mk b/cfg.mk
index 2b4bcc8..3735b3d 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -55,4 +55,4 @@ exclude_file_name_regexp--sc_prohibit_doubled_word = \
   ^(tests/test-init\.sh|lib/base(32|64)\.c)$$
 exclude_file_name_regexp--sc_prohibit_openat_without_use = ^lib/selinux-at\.c$$
 exclude_file_name_regexp--sc_trailing_blank = \
-  ^(build-aux/texinfo\.tex|doc/Copyright/assign\.future\.manual)$$
+  ^(.*\.class|build-aux/texinfo\.tex|doc/Copyright/assign\.future\.manual)$$
--
1.7.10.130.g36e6c



reply via email to

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