From: Ian Beckwith Date: Mon, 11 Apr 2011 22:53:20 +0000 (+0100) Subject: maint.mk: Don't trigger sc_space_tab check. X-Git-Tag: stable/20110412~20 X-Git-Url: http://erislabs.net/gitweb/?p=gnulib.git;a=commitdiff_plain;h=d6acfb1d65622ce57ad78e5e19092b6971e3d4e6 maint.mk: Don't trigger sc_space_tab check. * top/maint.mk (sc_prohibit_empty_lines_at_EOF): Don't trigger sc_space_tab check. (cherry picked from commit a2c7be5a2a578bc0b97bcf14e709c458d5f59d7f) --- diff --git a/ChangeLog b/ChangeLog index db0800c37..c4606e414 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-04-05 Simon Josefsson + + * top/maint.mk (sc_prohibit_empty_lines_at_EOF): Don't trigger + sc_space_tab check. + 2011-04-01 Bruno Haible wmemchr, wcschr, wcsrchr, wcspbrk, wcsstr: Avoid errors in C++ mode. diff --git a/NEWS.stable b/NEWS.stable index 7c50e9de8..840b084d3 100644 --- a/NEWS.stable +++ b/NEWS.stable @@ -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__ ---------------------------------------------------------------------- diff --git a/top/maint.mk b/top/maint.mk index 524b69f47..693e5ab04 100644 --- a/top/maint.mk +++ b/top/maint.mk @@ -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.