From: Jim Meyering Date: Sat, 8 Jul 2006 06:08:34 +0000 (+0000) Subject: * Makefile.maint (sc_the_the): New rule. X-Git-Tag: v6.0~202 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d80c39084251790a161fdb4ab5126b48233c6898;p=thirdparty%2Fcoreutils.git * Makefile.maint (sc_the_the): New rule. --- diff --git a/ChangeLog b/ChangeLog index 4e9f78ddc3..79b3ae48d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2006-07-08 Jim Meyering + * Makefile.maint (sc_the_the): New rule. + * src/dd.c (skip): Remove one of two adjacent "the"s in a comment. 2006-07-07 Jim Meyering diff --git a/Makefile.maint b/Makefile.maint index 6d28393099..10170a7d67 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -254,6 +254,11 @@ sc_sun_os_names: { echo '$(ME): found misuse of Sun OS version numbers' 1>&2; \ exit 1; } || : +sc_the_the: + @grep -ni '\' $$($(CVS_LIST_EXCEPT)) && \ + { echo '$(ME): found use of "the ''the";' 1>&2; \ + exit 1; } || : + sc_tight_scope: $(MAKE) -C src $@