maint.mk: Don't trigger sc_space_tab check.
authorIan Beckwith <ianb@erislabs.net>
Mon, 11 Apr 2011 22:53:20 +0000 (23:53 +0100)
committerIan Beckwith <ianb@erislabs.net>
Mon, 11 Apr 2011 22:53:20 +0000 (23:53 +0100)
* top/maint.mk (sc_prohibit_empty_lines_at_EOF): Don't trigger
sc_space_tab check.
(cherry picked from commit a2c7be5a2a578bc0b97bcf14e709c458d5f59d7f)

ChangeLog
NEWS.stable
top/maint.mk

index db0800c..c4606e4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-04-05  Simon Josefsson  <simon@josefsson.org>
+
+       * top/maint.mk (sc_prohibit_empty_lines_at_EOF): Don't trigger
+       sc_space_tab check.
+
 2011-04-01  Bruno Haible  <bruno@clisp.org>
 
        wmemchr, wcschr, wcsrchr, wcspbrk, wcsstr: Avoid errors in C++ mode.
index 7c50e9d..840b084 100644 (file)
@@ -13,6 +13,7 @@ with the following additional commits:
     * [b64c50c]->[c8bdb92] wcpcpy, wcpncpy: Ensure declaration on glibc >= 2.13 systems.
     * [25d7f3a]->[6c630cd] wmemchr, wcschr, wcsrchr, wcspbrk, wcsstr: Avoid errors in C++ mode.
     * [eccf108]->[de98845] autoupdate
+    * [a2c7be5]->[] maint.mk: Don't trigger sc_space_tab check.
 __NEXTCOMMITMARKER__
 
 ----------------------------------------------------------------------
index 524b69f..693e5ab 100644 (file)
@@ -823,7 +823,7 @@ require_exactly_one_NL_at_EOF_ =                                    \
   END { exit defined $$fail }
 sc_prohibit_empty_lines_at_EOF:
        @perl -le '$(require_exactly_one_NL_at_EOF_)' $$($(VC_LIST_EXCEPT)) \
-          || { echo '$(ME): empty line(s) or no newline at EOF'        \
+         || { echo '$(ME): empty line(s) or no newline at EOF'         \
                1>&2; exit 1; } || :;                                   \
 
 # Make sure we don't use st_blocks.  Use ST_NBLOCKS instead.