summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-04-16 09:14:12 +0200
committerJim Meyering <meyering@redhat.com>2012-04-16 09:14:12 +0200
commit9ebb49659d873a8395bd6918e58d1b56a9860b37 (patch)
treec40db8e23cf76053a3b873b0bdbec08e594d2440 /cfg.mk
parentabfafe5a27e5cd91d7b9c2e2b91e4dfe5faeb4fc (diff)
downloadgnulib-9ebb49659d873a8395bd6918e58d1b56a9860b37.tar.gz
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.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg.mk b/cfg.mk
index 2b4bcc8de1..3735b3dbdf 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)$$