maint.mk: improve empty-line-at-EOF check
authorJim Meyering <meyering@redhat.com>
Sun, 11 Apr 2010 11:35:33 +0000 (13:35 +0200)
committerJim Meyering <meyering@redhat.com>
Sun, 11 Apr 2010 11:40:18 +0000 (13:40 +0200)
commit01995a99d9e6f934f057fd37a55292c1dac05bdf
tree74a67af5d339ce589ffe3b56ee941154757ba4ae
parent8df7efddc8ffe398cde4106d32b39848e5948df9
maint.mk: improve empty-line-at-EOF check

* top/maint.mk (sc_prohibit_empty_lines_at_EOF): Use Perl-based
solution, rather than tail+Perl-based one.  The latter would read
a few kilobytes from the end of each file, and did not handle empty
files properly.
ChangeLog
top/maint.mk