summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2015-12-21 17:57:30 +0000
committerPádraig Brady <P@draigBrady.com>2015-12-22 16:54:18 +0000
commit3205bb178c9228b7002ebcb59b01cf52a95d6ca4 (patch)
tree087fdefd2763b7dc38ec48ee1887ca7359b5898b /cfg.mk
parentf8a9c8c343b073f92d9cf149fbf6c1d0e425bfb3 (diff)
downloadcoreutils-3205bb178c9228b7002ebcb59b01cf52a95d6ca4.tar.gz
doc: describe test operator precedence and associativity
* doc/coreutils.texi (Connectives for test): Add notes on precedence and associativity. Also mention the portability caveats with these operators. * cfg.mk: Avoid sc_prohibit_test_minus_ao for coreutils.texi. Fixes http://bugs.gnu.org/22216
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/cfg.mk b/cfg.mk
index 23f166189..69ffc44c9 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -799,6 +799,7 @@ exclude_file_name_regexp--sc_prohibit_always_true_header_tests = \
^m4/stat-prog\.m4$$
exclude_file_name_regexp--sc_prohibit_fail_0 = \
(^.*/git-hooks/commit-msg|^tests/init\.sh|Makefile\.am|\.mk|.*\.texi)$$
+exclude_file_name_regexp--sc_prohibit_test_minus_ao = *\.texi$$
exclude_file_name_regexp--sc_prohibit_atoi_atof = ^lib/euidaccess-stat\.c$$
# longlong.h is maintained elsewhere.