summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Youngman <jay@gnu.org>2011-06-12 02:08:50 +0100
committerJames Youngman <jay@gnu.org>2011-06-12 03:29:02 +0100
commitfa1150599babca913a1d5108cece758bd7071342 (patch)
tree8cd021de54feb5b087f28971e0c081e2a17a8119
parent6ef19832c05864502da4bc82c9ab510e7e6780f2 (diff)
downloadfindutils-fa1150599babca913a1d5108cece758bd7071342.tar.gz
Eliminate remaining .x-* files.
* cfg.mk: Move more .x-* files into variables. (exclude_file_name_regexp--sc_prohibit_always_true_header_tests): Incorporate .x-sc_prohibit_always_true_header_tests. (exclude_file_name_regexp--sc_prohibit_test_minus_ao): Incorporate .x-sc_prohibit_test_minus_ao. (exclude_file_name_regexp--sc_prohibit_doubled_word): Incorporate .x-sc_prohibit_doubled_word. * .x-sc_prohibit_test_minus_ao: Delete. * .x-sc_prohibit_always_true_header_tests: Delete. * .x-sc_prohibit_doubled_word: Delete.
-rw-r--r--.x-sc_prohibit_always_true_header_tests2
-rw-r--r--.x-sc_prohibit_doubled_word3
-rw-r--r--.x-sc_prohibit_test_minus_ao7
-rw-r--r--cfg.mk6
4 files changed, 6 insertions, 12 deletions
diff --git a/.x-sc_prohibit_always_true_header_tests b/.x-sc_prohibit_always_true_header_tests
deleted file mode 100644
index f4c0d62f..00000000
--- a/.x-sc_prohibit_always_true_header_tests
+++ /dev/null
@@ -1,2 +0,0 @@
-build-aux/src-sniff\.py
-ChangeLog
diff --git a/.x-sc_prohibit_doubled_word b/.x-sc_prohibit_doubled_word
deleted file mode 100644
index b72f5a8c..00000000
--- a/.x-sc_prohibit_doubled_word
+++ /dev/null
@@ -1,3 +0,0 @@
-xargs/testsuite/xargs\.sysv/iquotes\.xo
-ChangeLog
-po/.*\.po$
diff --git a/.x-sc_prohibit_test_minus_ao b/.x-sc_prohibit_test_minus_ao
deleted file mode 100644
index 63a723d3..00000000
--- a/.x-sc_prohibit_test_minus_ao
+++ /dev/null
@@ -1,7 +0,0 @@
-ChangeLog
-find/testsuite/config/unix.exp
-locate/testsuite/config/unix.exp
-xargs/testsuite/config/unix.exp
-find/testsuite/.*\.exp
-locate/testsuite/.*\.exp
-xargs/testsuite/.*\.exp
diff --git a/cfg.mk b/cfg.mk
index 48ebc676..f3018842 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -37,6 +37,12 @@ exclude_file_name_regexp--sc_prohibit_empty_lines_at_EOF = \
^(.*/testsuite/.*\.(xo|xi|xe))|COPYING|doc/regexprops\.texi|m4/order-(bad|good)\.bin$$
exclude_file_name_regexp--sc_bindtextdomain = \
^lib/regexprops\.c$$
+exclude_file_name_regexp--sc_prohibit_always_true_header_tests = \
+ ^(build-aux/src-sniff\.py)|ChangeLog$$
+exclude_file_name_regexp--sc_prohibit_test_minus_ao = \
+ ^(ChangeLog)|((find|locate|xargs)/testsuite/.*\.exp)$$
+exclude_file_name_regexp--sc_prohibit_doubled_word = \
+ ^(xargs/testsuite/xargs\.sysv/iquotes\.xo)|ChangeLog|po/.*\.po$$
# sc_texinfo_acronym: perms.texi from coreutils uses @acronym{GNU}.
exclude_file_name_regexp--sc_texinfo_acronym = doc/perm\.texi