X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=55ef86b6f9e2017fb587eea0c03ab6138ddf6e6a;hb=4eb373492e2fb171314215a2d68baa0a47c34918;hp=38ad0800b333decccbb356f697274ee8f95bd125;hpb=0bd094419b485b9cb8d2732a3f120097a0dc3bd6;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 38ad0800b..55ef86b6f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2012-09-18 Jim Meyering + maint.mk: generalize _gl_tight_scope for non-recursive make + * top/maint.mk (_gl_tight_scope): Remove a hard-coded assumption + that *.h would describe additional .h files in the directory + specified by $(_gl_TS_dir). I.e., add this... + (_gl_TS_other_headers): New variable. + maint.mk: exempt trailing blanks found in "binary" files * top/maint.mk (sc_trailing_blank): Filter out any matches found in "binary" files, as reported by grep. Suggested by Richard W.M. Jones