maint: avoid spurious "make sc_maint" failure
authorJim Meyering <meyering@redhat.com>
Mon, 16 Apr 2012 07:14:12 +0000 (09:14 +0200)
committerJim Meyering <meyering@redhat.com>
Mon, 16 Apr 2012 07:14:12 +0000 (09:14 +0200)
* cfg.mk (exclude_file_name_regexp--sc_trailing_blank): Also
exempt all *.class file names, for lib/javaversion.class.

ChangeLog
cfg.mk

index 034e3b9..54f33e9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-04-16  Jim Meyering  <meyering@redhat.com>
+
+       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  <bruno@clisp.org>
 
        lseek: Make configure test independent of environment.
diff --git a/cfg.mk b/cfg.mk
index 2b4bcc8..3735b3d 100644 (file)
--- 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)$$