From a16f807d7ee7fe3e2fca65ce63f5e1889e9fbfb4 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 24 Jan 2007 09:32:56 +0100 Subject: Pass "make distcheck" again. * src/sort.c (usage): Split a diagnostic that had grown to be longer than the C89 maximum of 509 bytes. * .x-sc_cast_of_argument_to_free: New file. Allow a cast in sort.c. FIXME: this is just temporary, while we wait to remove the offending access-calling code. * Makefile.am (EXTRA_DIST): Add .x-sc_cast_of_argument_to_free. * Makefile.maint (sc_cast_of_argument_to_free): Use the canonical, $$($(CVS_LIST_EXCEPT)). * m4/.gitignore, m4/.cvsignore, lib/.gitignore, lib/.cvsignore: Update. --- src/sort.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/sort.c b/src/sort.c index f571ecc91..bab232b74 100644 --- a/src/sort.c +++ b/src/sort.c @@ -341,6 +341,8 @@ Other options:\n\ -C, --check=quiet, --check=silent like -c, but do not report first bad line\n\ -k, --key=POS1[,POS2] start a key at POS1, end it at POS2 (origin 1)\n\ -m, --merge merge already sorted files; do not sort\n\ +"), stdout); + fputs (_("\ -o, --output=FILE write result to FILE instead of standard output\n\ -s, --stable stabilize sort by disabling last-resort comparison\n\ -S, --buffer-size=SIZE use SIZE for main memory buffer\n\ -- cgit v1.2.3-54-g00ecf