diff options
author | Jim Meyering <meyering@redhat.com> | 2010-11-13 10:12:49 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2010-11-13 11:41:02 +0100 |
commit | 2d5b3329a2c97a2fee4851d9551ee3d080106765 (patch) | |
tree | 13e33adec49660162afb923be98cc74736cc9927 /.x-sc_bindtextdomain | |
parent | ff5fc553f974513e27015faa414fca3603e928e7 (diff) | |
download | coreutils-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.
Diffstat (limited to '.x-sc_bindtextdomain')
-rw-r--r-- | .x-sc_bindtextdomain | 7 |
1 files changed, 7 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$ |