changeset 39241:d114fefb0a56

maint.mk: exempt "/proc/filesystems" from "file system" syntax check * top/maint.mk (sc_file_system): Don't complain about "/proc/filesystems".
author Jim Meyering <meyering@fb.com>
date Sat, 03 Feb 2018 16:57:36 -0800
parents 26058d7353f4
children a34ab07b1471
files ChangeLog top/maint.mk
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Feb 03 14:05:45 2018 +0100
+++ b/ChangeLog	Sat Feb 03 16:57:36 2018 -0800
@@ -1,3 +1,9 @@
+2018-02-03  Jim Meyering  <meyering@fb.com>
+
+	maint.mk: exempt "/proc/filesystems" from "file system" syntax check
+	* top/maint.mk (sc_file_system): Don't complain about
+	"/proc/filesystems".
+
 2018-02-03  Bruno Haible  <bruno@clisp.org>
 
 	stdlib: Fix compilation error on OpenIndiana.
--- a/top/maint.mk	Sat Feb 03 14:05:45 2018 +0100
+++ b/top/maint.mk	Sat Feb 03 16:57:36 2018 -0800
@@ -421,6 +421,7 @@
 
 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)