summaryrefslogtreecommitdiff
path: root/top/maint.mk
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2018-02-03 16:57:36 -0800
committerJim Meyering <meyering@fb.com>2018-02-03 16:57:36 -0800
commit67f682f1d3b5a61e7d55db63323f1233347f8e18 (patch)
treeb2d3b99fc71530f3e74763c00678f414cb7f5d8d /top/maint.mk
parentab4b1f3d4e517a0948fce56d6c0ac0995fd5133b (diff)
downloadgnulib-67f682f1d3b5a61e7d55db63323f1233347f8e18.tar.gz
maint.mk: exempt "/proc/filesystems" from "file system" syntax check
* top/maint.mk (sc_file_system): Don't complain about "/proc/filesystems".
Diffstat (limited to 'top/maint.mk')
-rw-r--r--top/maint.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/top/maint.mk b/top/maint.mk
index be86fb5d52..508c2f7c39 100644
--- a/top/maint.mk
+++ b/top/maint.mk
@@ -421,6 +421,7 @@ sc_error_message_period:
sc_file_system:
@prohibit=file''system \
+ exclude='/proc/filesystems' \
ignore_case=1 \
halt='found use of "file''system"; spell it "file system"' \
$(_sc_search_regexp)