From: Jim Meyering Date: Mon, 16 Apr 2012 07:14:12 +0000 (+0200) Subject: maint: avoid spurious "make sc_maint" failure X-Git-Tag: v0.1~742 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;ds=sidebyside;h=9ebb49659d873a8395bd6918e58d1b56a9860b37;p=gnulib.git 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. --- diff --git a/ChangeLog b/ChangeLog index 034e3b9c6..54f33e90d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-04-16 Jim Meyering + + 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 lseek: Make configure test independent of environment. diff --git a/cfg.mk b/cfg.mk index 2b4bcc8de..3735b3dbd 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)$$