changeset 16784:5ad2d5fd1f23

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.
author Jim Meyering <meyering@redhat.com>
date Mon, 16 Apr 2012 09:14:12 +0200
parents f3268ec22cb1
children 4581ea31708b
files ChangeLog cfg.mk
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- a/cfg.mk
+++ b/cfg.mk
@@ -55,4 +55,4 @@
   ^(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)$$