[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, master, updated. a3a4f0427cf13ef9dc72e8d
From: |
Eli Zaretskii |
Subject: |
[gawk-diffs] [SCM] gawk branch, master, updated. a3a4f0427cf13ef9dc72e8dc1f614371199be797 |
Date: |
Sun, 28 Apr 2013 17:46:00 +0000 |
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 a3a4f0427cf13ef9dc72e8dc1f614371199be797 (commit)
from 1dd19986291bdd1129ac08eec40d963a65170422 (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=a3a4f0427cf13ef9dc72e8dc1f614371199be797
commit a3a4f0427cf13ef9dc72e8dc1f614371199be797
Author: Eli Zaretskii <address@hidden>
Date: Sun Apr 28 20:39:06 2013 +0300
Fix pc testsuite Makefile, pc/Makefile.tst.
pc/Makefile.tst (top_srcdir): Define. This avoids failure in a few
tests that use this variable.
(testext): Prepend a space before the /regexp/ argument, to
prevent MSYS Bash mistaking this for an absolute file name that
needs to be converted to the Windows D:/foo/bar form, which fails
the test.
diff --git a/pc/ChangeLog b/pc/ChangeLog
index f5f6920..9f6cf61 100644
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@ -1,3 +1,12 @@
+2013-04-28 Eli Zaretskii <address@hidden>
+
+ * Makefile.tst (top_srcdir): Define. This avoids failure in a few
+ tests that use this variable.
+ (testext): Prepend a space before the /regexp/ argument, to
+ prevent MSYS Bash mistaking this for an absolute file name that
+ needs to be converted to the Windows D:/foo/bar form, which fails
+ the test.
+
2013-04-22 Scott Deifik <address@hidden>
* Makefile.tst: Sync with mainline.
diff --git a/pc/Makefile.tst b/pc/Makefile.tst
index 3555d49..1a657d5 100644
--- a/pc/Makefile.tst
+++ b/pc/Makefile.tst
@@ -124,6 +124,7 @@ export GREP_OPTIONS=
srcdir = .
abs_srcdir = .
abs_builddir = .
+top_srcdir = $(srcdir)/..
# Get rid of core files when cleaning and generated .ok file
CLEANFILES = core core.* fmtspcl.ok
@@ -977,7 +978,7 @@ inplace3::
testext::
@echo $@
- @$(AWK) '/^(@load|BEGIN)/,/^}/' $(top_srcdir)/extension/testext.c >
testext.awk
+ @$(AWK) ' /^(@load|BEGIN)/,/^}/' $(top_srcdir)/extension/testext.c >
testext.awk
@$(AWK) -f testext.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
@-$(CMP) $(srcdir)/address@hidden _$@ && rm -f _$@ testext.awk
-----------------------------------------------------------------------
Summary of changes:
pc/ChangeLog | 9 +++++++++
pc/Makefile.tst | 3 ++-
2 files changed, 11 insertions(+), 1 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, master, updated. a3a4f0427cf13ef9dc72e8dc1f614371199be797,
Eli Zaretskii <=