diff options
author | Eric Blake <ebb9@byu.net> | 2010-01-07 22:15:14 -0700 |
---|---|---|
committer | Eric Blake <ebb9@byu.net> | 2010-01-08 12:00:51 -0700 |
commit | d0f18197fcd9803bc73c3c2bb37c70ef5c3f45dc (patch) | |
tree | 4d39547b7a990962bd5e85873101624c6a94f122 | |
parent | 21f4da0fb92f271241e39fbb7401b753f95fea18 (diff) | |
download | coreutils-d0f18197fcd9803bc73c3c2bb37c70ef5c3f45dc.tar.xz |
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.
-rw-r--r-- | cfg.mk | 3 | ||||
m--------- | gnulib | 0 |
2 files changed, 3 insertions, 0 deletions
@@ -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 -Subproject cb361c968d771304ab68ed5cb8016a6b0c1b8cf +Subproject c535f4489b41f28afd115ae331d69595ea41b6a |