summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-07-09 18:07:28 +0200
committerJim Meyering <meyering@redhat.com>2009-07-09 19:21:33 +0200
commitb66c47841420c5295ee0ad39ad9637c78f107960 (patch)
tree0e58b0f35fc13211b8d6d518d62b75c2e72827c4 /cfg.mk
parent9c944d92baa1900ad52bbea347ca518db025cfb9 (diff)
downloadparted-b66c47841420c5295ee0ad39ad9637c78f107960.tar.gz
build: update from gnulib
* gnulib: Update submodule to latest. * cfg.mk (local-checks-to-skip): Add sc_require_test_exit_idiom. This skips a new-from-gnulib test that doesn't apply here.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/cfg.mk b/cfg.mk
index b3829c5..f58d4cc 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -36,6 +36,7 @@ local-checks-to-skip = \
sc_prohibit_strcmp \
sc_changelog \
sc_prohibit_atoi_atof \
+ sc_require_test_exit_idiom \
sc_system_h_headers \
sc_space_tab \
sc_tight_scope \