summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-11-13 10:12:49 +0100
committerJim Meyering <meyering@redhat.com>2010-11-13 11:41:02 +0100
commit2d5b3329a2c97a2fee4851d9551ee3d080106765 (patch)
tree13e33adec49660162afb923be98cc74736cc9927
parentff5fc553f974513e27015faa414fca3603e928e7 (diff)
downloadcoreutils-2d5b3329a2c97a2fee4851d9551ee3d080106765.tar.xz
build: update gnulib for linux 2.6.9 nanosleep workaround
Also, do the following to avoid "make syntax-check" failure induced by new rules. * .x-sc_bindtextdomain: Exempt files with an #ifdef'd "main". * Makefile.am: Add this file.
-rw-r--r--.x-sc_bindtextdomain7
-rw-r--r--Makefile.am1
2 files changed, 8 insertions, 0 deletions
diff --git a/.x-sc_bindtextdomain b/.x-sc_bindtextdomain
new file mode 100644
index 000000000..2a568be2b
--- /dev/null
+++ b/.x-sc_bindtextdomain
@@ -0,0 +1,7 @@
+^gl/lib/randint\.c$
+^gl/tests/test-di-set\.c$
+^gl/tests/test-fadvise\.c$
+^gl/tests/test-ino-map\.c$
+^gl/tests/test-mbsalign\.c$
+^gl/tests/test-rand-isaac\.c$
+^lib/euidaccess-stat\.c$
diff --git a/Makefile.am b/Makefile.am
index 9fd5361d0..b61229d24 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -41,6 +41,7 @@ changelog_etc = \
syntax_check_exceptions = \
.x-sc_GPL_version \
+ .x-sc_bindtextdomain \
.x-sc_error_message_uppercase \
.x-sc_file_system \
.x-sc_obsolete_symbols \