summaryrefslogtreecommitdiff
path: root/Makefile.maint
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-06-06 23:07:53 +0000
committerJim Meyering <jim@meyering.net>2003-06-06 23:07:53 +0000
commit1e0d9f6c443f26bda99101fe4525205aa8dbbd54 (patch)
treeb139e8e023a564b7bd6b8a987606da86f1ea37dc /Makefile.maint
parenta15096482cdb188ebaba3503e3c256e9b3cb0ef4 (diff)
downloadcoreutils-1e0d9f6c443f26bda99101fe4525205aa8dbbd54.tar.xz
(syntax-check): Add commented-out (over-aggressive) rule.
Diffstat (limited to 'Makefile.maint')
-rw-r--r--Makefile.maint6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.maint b/Makefile.maint
index 064278b0b..4ab462114 100644
--- a/Makefile.maint
+++ b/Makefile.maint
@@ -1,5 +1,5 @@
# -*-Makefile-*-
-# This Makefile fragment is shared between fileutils, sh-utils, textutils,
+# This Makefile fragment is shared between the coreutils,
# CPPI, Bison, and Autoconf.
## Copyright (C) 2001-2003 Free Software Foundation, Inc.
@@ -80,6 +80,10 @@ syntax-check:
$$(find -type f -name '*.[chly]') && \
{ echo '$(ME): found error (EXIT_SUCCESS' 1>&2; \
exit 1; } || :
+# @grep -E '# *include <(limits|std(def|arg|bool))\.h>' \
+# $$(find -type f -name '*.[chly]') && \
+# { echo '$(ME): found conditional include' 1>&2; \
+# exit 1; } || :
# grep -E '^# *include <(string|stdlib)\.h>' \
# $(srcdir)/{lib,src}/*.[chy] && \