diff options
author | Joseph Myers <joseph@codesourcery.com> | 2018-12-06 17:21:47 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2018-12-06 17:21:47 +0000 |
commit | c37cd4398a684010b39e0c09f1132757e11edbf1 (patch) | |
tree | f6cbe22243b1cf7f1c2105c0b8cc598fae8a4783 /scripts/mkinstalldirs | |
parent | 899478c2bfa00c5df8d8bedb52effbb065700278 (diff) | |
download | glibc-c37cd4398a684010b39e0c09f1132757e11edbf1.zip glibc-c37cd4398a684010b39e0c09f1132757e11edbf1.tar.gz glibc-c37cd4398a684010b39e0c09f1132757e11edbf1.tar.bz2 |
Update miscellaneous files from upstream sources.
This patch updates various miscellaneous files from their upstream
sources.
Tested for x86_64, including "make pdf".
* manual/texinfo.tex: Update to version 2018-09-21.20 with
trailing whitespace removed.
* scripts/config.guess: Update to version 2018-11-28.
* scripts/config.sub: Update to version 2018-11-28.
* scripts/install-sh: Update to version 2018-03-11.20.
* scripts/mkinstalldirs: Update to version 2018-03-07.03.
* scripts/move-if-change: Update to version 2018-03-07 03:47.
Diffstat (limited to 'scripts/mkinstalldirs')
-rwxr-xr-x | scripts/mkinstalldirs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/mkinstalldirs b/scripts/mkinstalldirs index a31ce6d..36aa909 100755 --- a/scripts/mkinstalldirs +++ b/scripts/mkinstalldirs @@ -1,7 +1,7 @@ #! /bin/sh # mkinstalldirs --- make directory hierarchy -scriptversion=2016-01-11.22; # UTC +scriptversion=2018-03-07.03; # UTC # Original author: Noah Friedman <friedman@prep.ai.mit.edu> # Created: 1993-05-16 @@ -154,7 +154,7 @@ exit $errstatus # Local Variables: # mode: shell-script # sh-indentation: 2 -# eval: (add-hook 'write-file-hooks 'time-stamp) +# eval: (add-hook 'before-save-hook 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC0" |