summaryrefslogtreecommitdiff
path: root/top
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-05-03 09:49:58 +0200
committerJim Meyering <meyering@redhat.com>2010-05-03 09:49:58 +0200
commit030b04575ac679b62eacf247543a451d02d0e319 (patch)
tree902a00e8887e985655c6ef15f3fdd5b6d3c2d39c /top
parent28f3679a51f29cdaa8cb6c8211fa6ecaad3a852c (diff)
downloadgnulib-030b04575ac679b62eacf247543a451d02d0e319.tar.gz
maint.mk: remove obsolete comments
* top/maint.mk: Remove stale, commented-out rules.
Diffstat (limited to 'top')
-rw-r--r--top/maint.mk10
1 files changed, 0 insertions, 10 deletions
diff --git a/top/maint.mk b/top/maint.mk
index 6389c38100..66dc9b6cb7 100644
--- a/top/maint.mk
+++ b/top/maint.mk
@@ -148,16 +148,6 @@ local-check := \
$(filter-out $(local-checks-to-skip), $(local-checks-available)))
syntax-check: $(local-check)
-# @grep -nE '# *include <(limits|std(def|arg|bool))\.h>' \
-# $$(find -type f -name '*.[chly]') && \
-# { echo '$(ME): found conditional include' 1>&2; \
-# exit 1; } || :
-
-# grep -nE '^# *include <(string|stdlib)\.h>' \
-# $(srcdir)/{lib,src}/*.[chy] && \
-# { echo '$(ME): FIXME' 1>&2; \
-# exit 1; } || :
-# FIXME: don't allow `#include .strings\.h' anywhere
# _sc_search_regexp
#