bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] maint.mk: remove obsolete comments


From: Jim Meyering
Subject: [PATCH] maint.mk: remove obsolete comments
Date: Mon, 03 May 2010 10:09:11 +0200

FYI, I've just pushed this.

>From 030b04575ac679b62eacf247543a451d02d0e319 Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Mon, 3 May 2010 09:49:58 +0200
Subject: [PATCH] maint.mk: remove obsolete comments

* top/maint.mk: Remove stale, commented-out rules.
---
 ChangeLog    |    5 +++++
 top/maint.mk |   10 ----------
 2 files changed, 5 insertions(+), 10 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c65aaa4..2f7dd45 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-05-03  Jim Meyering  <address@hidden>
+
+       maint.mk: remove obsolete comments
+       * top/maint.mk: Remove stale, commented-out rules.
+
 2010-05-02  Bruno Haible  <address@hidden>

        wcwidth: Declare also when it's aliased.
diff --git a/top/maint.mk b/top/maint.mk
index 6389c38..66dc9b6 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
 #
--
1.7.1.335.g6845a




reply via email to

[Prev in Thread] Current Thread [Next in Thread]