summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-02-11 07:38:25 +0000
committerJim Meyering <jim@meyering.net>2006-02-11 07:38:25 +0000
commit870179fcd805c1c7c750ad4ee0606905f4d98117 (patch)
treeafe3ebe766acb3ecc0a6061ef363c172f64a9c91
parentbcaa48a0e3a8e2eba0d4994d78bbde38f6a1b071 (diff)
downloadcoreutils-870179fcd805c1c7c750ad4ee0606905f4d98117.tar.xz
add a comment
-rw-r--r--Makefile.maint3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.maint b/Makefile.maint
index b5c1e43f9..38468db7b 100644
--- a/Makefile.maint
+++ b/Makefile.maint
@@ -91,8 +91,9 @@ local-checks-available = \
local-check = $(filter-out $(local-checks-to-skip), $(local-checks-available))
-.PHONY: $(syntax-check-rules)
+# Collect the names of rules starting with `sc_'.
syntax-check-rules := $(shell sed -n 's/^\(sc_[a-zA-Z0-9_-]*\):.*/\1/p' $(ME))
+.PHONY: $(syntax-check-rules)
syntax-check: $(syntax-check-rules)
# @grep -nE '# *include <(limits|std(def|arg|bool))\.h>' \