diff options
| author | Paul Eggert | 2012-10-19 12:25:18 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-10-19 12:25:18 -0700 |
| commit | f0a801750151bee7fdcf96dff272986e627fb3e3 (patch) | |
| tree | 1374d53fe4cd23a04924db66005e7bb0c66ad2c7 /admin | |
| parent | 8e8083185c417eedbaadf0b33c7089da72fe2250 (diff) | |
| download | emacs-f0a801750151bee7fdcf96dff272986e627fb3e3.tar.gz emacs-f0a801750151bee7fdcf96dff272986e627fb3e3.zip | |
Undo faccessat change.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/ChangeLog | 8 | ||||
| -rwxr-xr-x | admin/merge-gnulib | 13 |
2 files changed, 5 insertions, 16 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index 6d08bf7c37e..e21293d618d 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,11 +1,3 @@ | |||
| 1 | 2012-10-19 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Use faccessat, not access, when checking file permissions (Bug#12632). | ||
| 4 | * merge-gnulib (GNULIB_MODULES): Add faccessat. | ||
| 5 | (GNULIB_TOOL_FLAGS): Avoid at-internal, fchdir, malloc-posix, | ||
| 6 | openat-die, openat-h, save-cwd. Do not avoid fcntl-h. | ||
| 7 | Omit gnulib's m4/fcntl-o.m4. | ||
| 8 | |||
| 9 | 2012-10-12 Kenichi Handa <handa@gnu.org> | 1 | 2012-10-12 Kenichi Handa <handa@gnu.org> |
| 10 | 2 | ||
| 11 | * charsets/Makefile (JISC6226.map): Add missing mappings. | 3 | * charsets/Makefile (JISC6226.map): Add missing mappings. |
diff --git a/admin/merge-gnulib b/admin/merge-gnulib index 3c4d8e8058d..7fc0b5f4844 100755 --- a/admin/merge-gnulib +++ b/admin/merge-gnulib | |||
| @@ -28,7 +28,7 @@ GNULIB_URL=git://git.savannah.gnu.org/gnulib.git | |||
| 28 | GNULIB_MODULES=' | 28 | GNULIB_MODULES=' |
| 29 | alloca-opt c-ctype c-strcase | 29 | alloca-opt c-ctype c-strcase |
| 30 | careadlinkat crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 | 30 | careadlinkat crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 |
| 31 | dtoastr dtotimespec dup2 environ execinfo faccessat | 31 | dtoastr dtotimespec dup2 environ execinfo |
| 32 | filemode getloadavg getopt-gnu gettime gettimeofday | 32 | filemode getloadavg getopt-gnu gettime gettimeofday |
| 33 | ignore-value intprops largefile lstat | 33 | ignore-value intprops largefile lstat |
| 34 | manywarnings mktime pselect pthread_sigmask readlink | 34 | manywarnings mktime pselect pthread_sigmask readlink |
| @@ -39,12 +39,9 @@ GNULIB_MODULES=' | |||
| 39 | ' | 39 | ' |
| 40 | 40 | ||
| 41 | GNULIB_TOOL_FLAGS=' | 41 | GNULIB_TOOL_FLAGS=' |
| 42 | --avoid=at-internal | 42 | --avoid=errno --avoid=fcntl --avoid=fcntl-h --avoid=fstat |
| 43 | --avoid=errno --avoid=fchdir --avoid=fcntl --avoid=fstat | 43 | --avoid=msvc-inval --avoid=msvc-nothrow |
| 44 | --avoid=malloc-posix --avoid=msvc-inval --avoid=msvc-nothrow | 44 | --avoid=raise --avoid=select --avoid=sigprocmask --avoid=sys_types |
| 45 | --avoid=openat-die --avoid=openat-h | ||
| 46 | --avoid=raise | ||
| 47 | --avoid=save-cwd --avoid=select --avoid=sigprocmask --avoid=sys_types | ||
| 48 | --avoid=threadlib | 45 | --avoid=threadlib |
| 49 | --conditional-dependencies --import --no-changelog --no-vc-files | 46 | --conditional-dependencies --import --no-changelog --no-vc-files |
| 50 | --makefile-name=gnulib.mk | 47 | --makefile-name=gnulib.mk |
| @@ -88,7 +85,7 @@ test -x "$gnulib_srcdir"/gnulib-tool || { | |||
| 88 | } | 85 | } |
| 89 | 86 | ||
| 90 | "$gnulib_srcdir"/gnulib-tool --dir="$src" $GNULIB_TOOL_FLAGS $GNULIB_MODULES && | 87 | "$gnulib_srcdir"/gnulib-tool --dir="$src" $GNULIB_TOOL_FLAGS $GNULIB_MODULES && |
| 91 | rm -- "$src"m4/fcntl-o.m4 "$src"m4/gnulib-cache.m4 "$src"m4/warn-on-use.m4 && | 88 | rm -- "$src"m4/gnulib-cache.m4 "$src"m4/warn-on-use.m4 && |
| 92 | cp -- "$gnulib_srcdir"/build-aux/texinfo.tex "$src"doc/misc && | 89 | cp -- "$gnulib_srcdir"/build-aux/texinfo.tex "$src"doc/misc && |
| 93 | cp -- "$gnulib_srcdir"/build-aux/move-if-change "$src"build-aux && | 90 | cp -- "$gnulib_srcdir"/build-aux/move-if-change "$src"build-aux && |
| 94 | autoreconf -i -I m4 -- ${src:+"$src"} | 91 | autoreconf -i -I m4 -- ${src:+"$src"} |