[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-3634-ged3ce8
From: |
Eli Zaretskii |
Subject: |
[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-3634-ged3ce8f |
Date: |
Sat, 2 Feb 2019 04:23:03 -0500 (EST) |
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, master has been updated
via ed3ce8fb4800e0746726d7d59642518fa4983889 (commit)
from 025a7fcf510c2bd8dde185cc65b5e12b8d506375 (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=ed3ce8fb4800e0746726d7d59642518fa4983889
commit ed3ce8fb4800e0746726d7d59642518fa4983889
Author: Eli Zaretskii <address@hidden>
Date: Sat Feb 2 11:22:13 2019 +0200
Fix typedregex4 test on MinGW.
diff --git a/pc/ChangeLog b/pc/ChangeLog
index c95d1d4..3e63e20 100644
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@ -1,3 +1,9 @@
+2019-02-02 Eli Zaretskii <address@hidden>
+
+ * Makefile.tst (typedregex4):
+ * GenMakefileTst.awk (substitutions): Replace a literal slash with
+ $(SLASH) in the typedregex4 test.
+
2019-01-26 Arnold D. Robbins <address@hidden>
* GenMakefileTst.awk: Remove BEGIN rule that did cat of
diff --git a/pc/GenMakefileTst.awk b/pc/GenMakefileTst.awk
index 7fe9288..7fce7eb 100644
--- a/pc/GenMakefileTst.awk
+++ b/pc/GenMakefileTst.awk
@@ -90,6 +90,7 @@ function substitutions(test, string)
# MSYS needs "/" to be doubled
gsub(/-F\//, "-F$(SLASH)", string)
+ gsub(/address@hidden//, address@hidden(SLASH), string)
if (string ~ /\$\(CMP\)/ && test in testoutcmp) {
gsub(/\$\(CMP\)/, "$(TESTOUTCMP)", string)
diff --git a/pc/Makefile.tst b/pc/Makefile.tst
index f937c06..b6b116f 100644
--- a/pc/Makefile.tst
+++ b/pc/Makefile.tst
@@ -1138,7 +1138,7 @@ spacere:
typedregex4:
@echo $@
- @$(AWK) -v x=@/foo/ -f "$(srcdir)"/address@hidden y=@/bar/ /dev/null
>_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
+ @$(AWK) -v address@hidden(SLASH)foo/ -f "$(srcdir)"/address@hidden
address@hidden(SLASH)bar/ /dev/null >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
@-$(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@
Gt-dummy:
# file Maketests, generated from Makefile.am by the Gentests program
-----------------------------------------------------------------------
Summary of changes:
pc/ChangeLog | 6 ++++++
pc/GenMakefileTst.awk | 1 +
pc/Makefile.tst | 2 +-
3 files changed, 8 insertions(+), 1 deletion(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-3634-ged3ce8f,
Eli Zaretskii <=