]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(syntax-check): Add commented-out (over-aggressive) rule.
authorJim Meyering <jim@meyering.net>
Fri, 6 Jun 2003 23:07:53 +0000 (23:07 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 6 Jun 2003 23:07:53 +0000 (23:07 +0000)
Makefile.maint

index 064278b0bbebb5b81a056222e1f687a807f2999b..4ab462114540e11dc84e399781917ed1bb7cc2e2 100644 (file)
@@ -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] &&                              \