maint: reduce list of files exempt from sc_prohibit_leading_TABs
authorJim Meyering <meyering@redhat.com>
Thu, 7 Jul 2011 11:45:25 +0000 (13:45 +0200)
committerJim Meyering <meyering@redhat.com>
Fri, 8 Jul 2011 21:18:27 +0000 (23:18 +0200)
* Makefile (sc_prohibit_leading_TABs): Don't exempt m4/po.m4,
now that it no longer contains leading TABs.
Remove unused "url=FIXME" statement.

ChangeLog
Makefile

index cd3fce3..70c46a4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-07-07  Jim Meyering  <meyering@redhat.com>
+
+       maint: reduce list of files exempt from sc_prohibit_leading_TABs
+       * Makefile (sc_prohibit_leading_TABs): Don't exempt m4/po.m4,
+       now that it no longer contains leading TABs.
+       Remove unused "url=FIXME" statement.
+
 2011-07-08  Paul Eggert  <eggert@cs.ucla.edu>
 
        pthread_sigmask: Assume POSIX when not gl_THREADLIB.
index 4722647..cb1d7cd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -34,9 +34,8 @@ sc_prefer_ac_check_funcs_once:
 
 sc_prohibit_leading_TABs:
        if test -d .git; then                                           \
-         url=FIXME;                                                    \
          git grep -l '^ *      ' lib m4 tests                          \
-            | grep -Ev '^m4/po\.m4|^lib/reg|Makefile|test-update-copyright' \
+            | grep -Ev '^lib/reg|Makefile|test-update-copyright'       \
             | grep .                                                   \
            && { printf '*** %s\n' 'indent with spaces, not TABs;'      \
                 1>&2; exit 1; } || :                                   \