diff options
| author | Paul Eggert | 2016-02-21 19:59:44 -0800 |
|---|---|---|
| committer | Paul Eggert | 2016-02-21 20:00:06 -0800 |
| commit | 5df6e3212bbb3213d1704dab89299a96b60eac6d (patch) | |
| tree | 5805fbbb046481b8980c803347e8cf964eccee89 | |
| parent | 3007b422b69f7b1660379b5d8e6713e8b823c098 (diff) | |
| download | emacs-5df6e3212bbb3213d1704dab89299a96b60eac6d.tar.gz emacs-5df6e3212bbb3213d1704dab89299a96b60eac6d.zip | |
Port recent filevercmp addition to MS-Windows
Reported by Andy Moreton in:
http://lists.gnu.org/archive/html/emacs-devel/2016-02/msg01302.html
* nt/gnulib.mk (libgnu_a_SOURCES): Add filevercmp.c.
(EXTRA_DIST): Add filevercmp.h.
| -rw-r--r-- | nt/gnulib.mk | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/nt/gnulib.mk b/nt/gnulib.mk index 6884bf9f077..fdbad17184e 100644 --- a/nt/gnulib.mk +++ b/nt/gnulib.mk | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ## This file is an edited copy if ../lib/gnulib.mk. | 1 | ## This file is an edited copy of ../lib/gnulib.mk. |
| 2 | ## | 2 | ## |
| 3 | ## The purpose of the edits is to avoid generating any headers | 3 | ## The purpose of the edits is to avoid generating any headers |
| 4 | ## which would conflict with either the headers we have in nt/inc, | 4 | ## which would conflict with either the headers we have in nt/inc, |
| @@ -43,7 +43,7 @@ | |||
| 43 | # the same distribution terms as the rest of that program. | 43 | # the same distribution terms as the rest of that program. |
| 44 | # | 44 | # |
| 45 | # Generated by gnulib-tool. | 45 | # Generated by gnulib-tool. |
| 46 | # Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --avoid=close --avoid=dup --avoid=fchdir --avoid=flexmember --avoid=fstat --avoid=malloc-posix --avoid=msvc-inval --avoid=msvc-nothrow --avoid=open --avoid=openat-die --avoid=opendir --avoid=raise --avoid=save-cwd --avoid=select --avoid=setenv --avoid=sigprocmask --avoid=stdarg --avoid=stdbool --avoid=threadlib --avoid=unsetenv --makefile-name=gnulib.mk --conditional-dependencies --no-libtool --macro-prefix=gl --no-vc-files alloca-opt binary-io byteswap c-ctype c-strcase careadlinkat close-stream count-one-bits count-trailing-zeros crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 dtoastr dtotimespec dup2 environ execinfo faccessat fcntl fcntl-h fdatasync fdopendir filemode fstatat fsync getloadavg getopt-gnu gettime gettimeofday gitlog-to-changelog intprops largefile lstat manywarnings memrchr mkostemp mktime pipe2 pselect pthread_sigmask putenv qcopy-acl readlink readlinkat sig2str socklen stat-time stdalign stddef stdio stpcpy strftime strtoimax strtoumax symlink sys_stat sys_time time time_r time_rz timegm timer-time timespec-add timespec-sub unsetenv update-copyright utimens vla warnings | 46 | # Reproduce by: gnulib-tool --import --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --avoid=close --avoid=dup --avoid=fchdir --avoid=flexmember --avoid=fstat --avoid=malloc-posix --avoid=msvc-inval --avoid=msvc-nothrow --avoid=open --avoid=openat-die --avoid=opendir --avoid=raise --avoid=save-cwd --avoid=select --avoid=setenv --avoid=sigprocmask --avoid=stdarg --avoid=stdbool --avoid=threadlib --avoid=unsetenv --makefile-name=gnulib.mk --conditional-dependencies --no-libtool --macro-prefix=gl --no-vc-files alloca-opt binary-io byteswap c-ctype c-strcase careadlinkat close-stream count-one-bits count-trailing-zeros crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 dtoastr dtotimespec dup2 environ execinfo faccessat fcntl fcntl-h fdatasync fdopendir filemode filevercmp fstatat fsync getloadavg getopt-gnu gettime gettimeofday gitlog-to-changelog ignore-value intprops largefile lstat manywarnings memrchr mkostemp mktime pipe2 pselect pthread_sigmask putenv qcopy-acl readlink readlinkat sig2str socklen stat-time std-gnu11 stdalign stddef stdio stpcpy strftime strtoimax strtoumax symlink sys_stat sys_time time time_r time_rz timegm timer-time timespec-add timespec-sub unsetenv update-copyright utimens vla warnings |
| 47 | 47 | ||
| 48 | 48 | ||
| 49 | MOSTLYCLEANFILES += core *.stackdump | 49 | MOSTLYCLEANFILES += core *.stackdump |
| @@ -334,6 +334,14 @@ EXTRA_DIST += filemode.h | |||
| 334 | 334 | ||
| 335 | ## end gnulib module filemode | 335 | ## end gnulib module filemode |
| 336 | 336 | ||
| 337 | ## begin gnulib module filevercmp | ||
| 338 | |||
| 339 | libgnu_a_SOURCES += filevercmp.c | ||
| 340 | |||
| 341 | EXTRA_DIST += filevercmp.h | ||
| 342 | |||
| 343 | ## end gnulib module filevercmp | ||
| 344 | |||
| 337 | ## begin gnulib module fpending | 345 | ## begin gnulib module fpending |
| 338 | 346 | ||
| 339 | 347 | ||
| @@ -1082,6 +1090,7 @@ EXTRA_DIST += utimens.h | |||
| 1082 | 1090 | ||
| 1083 | ## begin gnulib module verify | 1091 | ## begin gnulib module verify |
| 1084 | 1092 | ||
| 1093 | |||
| 1085 | EXTRA_DIST += verify.h | 1094 | EXTRA_DIST += verify.h |
| 1086 | 1095 | ||
| 1087 | ## end gnulib module verify | 1096 | ## end gnulib module verify |