summaryrefslogtreecommitdiff
path: root/admin/merge-gnulib
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-06-22 14:17:42 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2012-06-22 14:17:42 -0700
commitd35af63cd671563fd188c3b0a1ef30067027c7aa (patch)
treec9e01847ccf788e23794684da9331c3e0defd0d3 /admin/merge-gnulib
parentf143bfe38b43ad0a9d817f05c25e418982dca06f (diff)
downloademacs-d35af63cd671563fd188c3b0a1ef30067027c7aa.tar.gz
Support higher-resolution time stamps.
Fixes: debbugs:9000
Diffstat (limited to 'admin/merge-gnulib')
-rwxr-xr-xadmin/merge-gnulib14
1 files changed, 9 insertions, 5 deletions
diff --git a/admin/merge-gnulib b/admin/merge-gnulib
index 7f91b788f40..d33807551d6 100755
--- a/admin/merge-gnulib
+++ b/admin/merge-gnulib
@@ -28,16 +28,20 @@ GNULIB_URL=git://git.savannah.gnu.org/gnulib.git
GNULIB_MODULES='
alloca-opt
careadlinkat crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512
- dtoastr dup2
- filemode getloadavg getopt-gnu ignore-value intprops largefile lstat
- manywarnings mktime pthread_sigmask readlink
- socklen stdarg stdio strftime strtoimax strtoumax symlink sys_stat
+ dtoastr dtotimespec dup2
+ filemode getloadavg getopt-gnu gettime gettimeofday
+ ignore-value intprops largefile lstat
+ manywarnings mktime pselect pthread_sigmask readlink
+ socklen stat-time stdarg stdio strftime strtoimax strtoumax symlink sys_stat
+ sys_time time timespec-add timespec-sub utimens
warnings
'
GNULIB_TOOL_FLAGS='
+ --avoid=errno --avoid=fcntl --avoid=fcntl-h --avoid=fstat
--avoid=msvc-inval --avoid=msvc-nothrow
- --avoid=raise --avoid=threadlib
+ --avoid=raise --avoid=select --avoid=sigprocmask --avoid=sys_types
+ --avoid=threadlib
--conditional-dependencies --import --no-changelog --no-vc-files
--makefile-name=gnulib.mk
'