From: Jim Meyering Date: Fri, 15 Aug 2003 09:13:06 +0000 (+0000) Subject: (sc_space_tab): Use exclusion list in separate file. X-Git-Tag: COREUTILS-5_0_91~200 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f305619bb0977a343ae2b2ba2e9eeb50d4beab85;p=platform%2Fupstream%2Fcoreutils.git (sc_space_tab): Use exclusion list in separate file. --- diff --git a/Makefile.maint b/Makefile.maint index 82c2d80..93da1e2 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -111,8 +111,8 @@ sc_cast_of_x_alloc_return_value: sc_space_tab: @( cvsu --list ) > /dev/null 2>&1 || : && \ - grep '[ ] ' $$(cvsu --list \ - | grep -vE 'configure|config\.(guess|sub)') && \ + grep '[ ] ' \ + $$(cvsu --list | grep -vEf .x-$@ ) && \ { echo '$(ME): found SPACE-TAB sequence; remove the SPACE' \ 1>&2; exit 1; } || :