summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-01-24 09:32:56 +0100
committerJim Meyering <jim@meyering.net>2007-01-24 09:32:56 +0100
commita16f807d7ee7fe3e2fca65ce63f5e1889e9fbfb4 (patch)
tree3bb928161772df8d39e87b4c951fe9949d819594 /lib
parenta0b2bc8de7c1363f2fe85dd11d28d2b1e68c9d32 (diff)
downloadcoreutils-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 'lib')
-rw-r--r--lib/.cvsignore4
-rw-r--r--lib/.gitignore4
2 files changed, 8 insertions, 0 deletions
diff --git a/lib/.cvsignore b/lib/.cvsignore
index fb5f9e0ea..28dc243ee 100644
--- a/lib/.cvsignore
+++ b/lib/.cvsignore
@@ -40,6 +40,7 @@ close-stream.c
close-stream.h
closeout.c
closeout.h
+concatpath.c
config.charset
config.h
config.hin
@@ -85,6 +86,8 @@ filemode.c
filemode.h
filenamecat.c
filenamecat.h
+findprog.c
+findprog.h
fnmatch.c
fnmatch.h
fnmatch_.h
@@ -220,6 +223,7 @@ openat-proc.c
openat.c
openat.h
pathmax.h
+pathname.h
physmem.c
physmem.h
pipe-safer.c
diff --git a/lib/.gitignore b/lib/.gitignore
index 1ebe1d47d..873c4ce7a 100644
--- a/lib/.gitignore
+++ b/lib/.gitignore
@@ -37,6 +37,7 @@ close-stream.c
close-stream.h
closeout.c
closeout.h
+concatpath.c
config.charset
configmake.h
creat-safer.c
@@ -80,6 +81,8 @@ filemode.c
filemode.h
filenamecat.c
filenamecat.h
+findprog.c
+findprog.h
fnmatch.c
fnmatch.h
fnmatch_.h
@@ -214,6 +217,7 @@ openat-proc.c
openat.c
openat.h
pathmax.h
+pathname.h
physmem.c
physmem.h
pipe-safer.c