From: Eric Blake Date: Fri, 8 Jan 2010 05:15:14 +0000 (-0700) Subject: maint: move coreutils specific rule into cfg.mk X-Git-Tag: v8.4~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d0f18197fcd9803bc73c3c2bb37c70ef5c3f45dc;p=thirdparty%2Fcoreutils.git maint: move coreutils specific rule into cfg.mk * gnulib: Update, for maint.mk improvement. * cfg.mk (_makefile_at_at_check_excpetions): New rule, needed for latest change to maint.mk. --- diff --git a/cfg.mk b/cfg.mk index d465933447..02bfffb36a 100644 --- a/cfg.mk +++ b/cfg.mk @@ -28,6 +28,9 @@ export VERBOSE = yes old_NEWS_hash = beab130e9d41bf8014a0594cfe8b28d4 +# Add an exemption for sc_makefile_at_at_check. +_makefile_at_at_check_exceptions = ' && !/^cu_install_program =/' + # Ensure that the list of O_ symbols used to compute O_FULLBLOCK is complete. dd = $(srcdir)/src/dd.c sc_dd_O_FLAGS: diff --git a/gnulib b/gnulib index cb361c968d..c535f4489b 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit cb361c968d771304ab68ed5cb8016a6b0c1b8cf2 +Subproject commit c535f4489b41f28afd115ae331d69595ea41b6a1