diff options
author | Jim Meyering <jim@meyering.net> | 2007-01-24 09:32:56 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-01-24 09:32:56 +0100 |
commit | a16f807d7ee7fe3e2fca65ce63f5e1889e9fbfb4 (patch) | |
tree | 3bb928161772df8d39e87b4c951fe9949d819594 /m4 | |
parent | a0b2bc8de7c1363f2fe85dd11d28d2b1e68c9d32 (diff) | |
download | coreutils-a16f807d7ee7fe3e2fca65ce63f5e1889e9fbfb4.tar.xz |
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.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/.cvsignore | 2 | ||||
-rw-r--r-- | m4/.gitignore | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/m4/.cvsignore b/m4/.cvsignore index 0311ce8c1..74c32371b 100644 --- a/m4/.cvsignore +++ b/m4/.cvsignore @@ -30,6 +30,7 @@ dirname.m4 dos.m4 double-slash-root.m4 dup2.m4 +eaccess.m4 eealloc.m4 eoverflow.m4 error.m4 @@ -44,6 +45,7 @@ file-type.m4 fileblocks.m4 filemode.m4 filenamecat.m4 +findprog.m4 flexmember.m4 fnmatch.m4 fpending.m4 diff --git a/m4/.gitignore b/m4/.gitignore index e6ae77991..1916f1862 100644 --- a/m4/.gitignore +++ b/m4/.gitignore @@ -29,6 +29,7 @@ dirname.m4 dos.m4 double-slash-root.m4 dup2.m4 +eaccess.m4 eealloc.m4 eoverflow.m4 error.m4 @@ -43,6 +44,7 @@ file-type.m4 fileblocks.m4 filemode.m4 filenamecat.m4 +findprog.m4 flexmember.m4 fnmatch.m4 fpending.m4 |