changeset 13302:38bc4e23ff1e

maint.mk: remove obsolete comments * top/maint.mk: Remove stale, commented-out rules.
author Jim Meyering <meyering@redhat.com>
date Mon, 03 May 2010 09:49:58 +0200
parents 6e54425a173a
children 522a26cf44a2
files ChangeLog top/maint.mk
diffstat 2 files changed, 5 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-05-03  Jim Meyering  <meyering@redhat.com>
+
+	maint.mk: remove obsolete comments
+	* top/maint.mk: Remove stale, commented-out rules.
+
 2010-05-02  Bruno Haible  <bruno@clisp.org>
 
 	wcwidth: Declare also when it's aliased.
--- a/top/maint.mk
+++ b/top/maint.mk
@@ -148,16 +148,6 @@
     $(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
 #