mirror of
git://git.sv.gnu.org/findutils.git
synced 2026-01-30 13:18:59 +01:00
Fixes for empty-lines-at-EOF syntax check.
* .x-sc_bindtextdomain: Add newline at EOF. * locate/Makefile.am: Remove empty trailing line at EOF. * find/testsuite/sv-bug-32043.sh: Likewise. * .x-sc_prohibit_empty_lines_at_EOF: Don't apply this check to m4/order-good.bin m4/order-bad.bin locate/testsuite/locate.gnu/locateddb.old.x86.xi locate/testsuite/locate.gnu/locateddb.old.powerpc.xi.
This commit is contained in:
@@ -1 +1 @@
|
||||
lib/regexprops\.c
|
||||
lib/regexprops\.c
|
||||
|
||||
@@ -4,3 +4,7 @@ locate/testsuite/locate\.gnu/.*\.xo
|
||||
find/testsuite/find\..*/.*\.xo
|
||||
COPYING
|
||||
doc/regexprops.texi
|
||||
m4/order-good\.bin
|
||||
m4/order-bad\.bin
|
||||
locate/testsuite/locate\.gnu/locateddb\.old\.x86\.xi
|
||||
locate/testsuite/locate\.gnu/locateddb\.old\.powerpc\.xi
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
2011-06-05 James Youngman <jay@gnu.org>
|
||||
|
||||
Fixes for empty-lines-at-EOF syntax check.
|
||||
* .x-sc_bindtextdomain: Add newline at EOF.
|
||||
* locate/Makefile.am: Remove empty trailing line at EOF.
|
||||
* find/testsuite/sv-bug-32043.sh: Likewise.
|
||||
* .x-sc_prohibit_empty_lines_at_EOF: Don't apply this check to
|
||||
m4/order-good.bin m4/order-bad.bin
|
||||
locate/testsuite/locate.gnu/locateddb.old.x86.xi
|
||||
locate/testsuite/locate.gnu/locateddb.old.powerpc.xi.
|
||||
|
||||
Avoid some false positives for the sc_prohibit_doubled_word check.
|
||||
* .x-sc_prohibit_doubled_word: don't perform this check on
|
||||
xargs/testsuite/xargs.sysv/iquotes.xo or ChangeLog.
|
||||
|
||||
@@ -31,4 +31,3 @@ else
|
||||
echo "FAIL: could not create a test directory." >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
@@ -68,4 +68,3 @@ dist-hook: findutils-check-manpages
|
||||
|
||||
findutils-check-manpages:
|
||||
$(top_srcdir)/build-aux/man-lint.sh $(srcdir) $(man_MANS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user