summaryrefslogtreecommitdiff
path: root/Makefile.maint
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 /Makefile.maint
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 'Makefile.maint')
-rw-r--r--Makefile.maint2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.maint b/Makefile.maint
index 9baafa3d8..d526baacd 100644
--- a/Makefile.maint
+++ b/Makefile.maint
@@ -98,7 +98,7 @@ syntax-check: $(syntax-check-rules)
# FIXME: don't allow `#include .strings\.h' anywhere
sc_cast_of_argument_to_free:
- @grep -nE '\<free \(\(' $(srcdir)/{lib,src}/*.[chly] && \
+ @grep -nE '\<free \(\(' $$($(CVS_LIST_EXCEPT)) && \
{ echo '$(ME): don'\''t cast free argument' 1>&2; \
exit 1; } || :