[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-282
From: |
Eli Zaretskii |
Subject: |
[gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-2825-geabd614 |
Date: |
Fri, 3 Nov 2017 05:05:29 -0400 (EDT) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".
The branch, gawk-4.2-stable has been updated
via eabd61434b78152427a9a11d762076377e5ce9cb (commit)
from 750e3168705de678474fea0a551f9cf29e9e077d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=eabd61434b78152427a9a11d762076377e5ce9cb
commit eabd61434b78152427a9a11d762076377e5ce9cb
Author: Scott Deifik <address@hidden>
Date: Fri Nov 3 11:04:50 2017 +0200
Minor sync change in pc/Makefile.tst.
diff --git a/pc/ChangeLog b/pc/ChangeLog
index 800e679..5a2e04b 100644
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@ -1,3 +1,8 @@
+2017-11-03 Eli Zaretskii <address@hidden>
+
+ * Makefile.tst (readdir): Make the message identical with
+ test/Makefile.in.
+
2017-10-21 KO Myung-Hun <address@hidden>
* gawkmisc.pc (os2_dlsym, os2_fixdllname, os2_dlopen) [__KLIBC__]:
diff --git a/pc/Makefile.tst b/pc/Makefile.tst
index b0686fe..9c3ec14 100644
--- a/pc/Makefile.tst
+++ b/pc/Makefile.tst
@@ -1175,7 +1175,7 @@ getfile:
readdir:
@if [ "`uname`" = Linux ] && [ "`stat -f . 2>/dev/null | awk 'NR == 2 {
print $$NF }'`" = nfs ]; then \
- echo This test may fail on GNU/Linux systems when run on an NFS
filesystem.; \
+ echo This test may fail on GNU/Linux systems when run on NFS or JFS
filesystems.; \
echo If it does, try rerunning on an ext'[234]' filesystem. ; \
fi
@echo $@
-----------------------------------------------------------------------
Summary of changes:
pc/ChangeLog | 5 +++++
pc/Makefile.tst | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-2825-geabd614,
Eli Zaretskii <=