[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, feature/improve-tests, updated. gawk-4.1
From: |
Eli Zaretskii |
Subject: |
[gawk-diffs] [SCM] gawk branch, feature/improve-tests, updated. gawk-4.1.0-3101-g34e6d93 |
Date: |
Fri, 27 Apr 2018 04:31:44 -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, feature/improve-tests has been updated
via 34e6d93b9c70ec6851b1a11e971baefb65864c99 (commit)
from 52170702e9f52b5233f61f33c460087244ae525e (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=34e6d93b9c70ec6851b1a11e971baefb65864c99
commit 34e6d93b9c70ec6851b1a11e971baefb65864c99
Author: Eli Zaretskii <address@hidden>
Date: Fri Apr 27 11:31:07 2018 +0300
Remove unused variables from pc/Makefile.tst.
diff --git a/pc/ChangeLog b/pc/ChangeLog
index 629fe04..f4e99d1 100644
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@ -1,3 +1,7 @@
+2018-04-27 Eli Zaretskii <address@hidden>
+
+ * Makefile.tst.prologue (PGAWK, GAWK2): Delete unused variables.
+
2018-04-19 Arnold D. Robbins <address@hidden>
* GenMakefileTst.awk: Improve the 'Expect ...' messages.
diff --git a/pc/Makefile.tst.prologue b/pc/Makefile.tst.prologue
index 7762c0c..57e55d7 100644
--- a/pc/Makefile.tst.prologue
+++ b/pc/Makefile.tst.prologue
@@ -61,9 +61,6 @@ SHELL = /bin/sh
# Point to gawk
AWK = AWKLIBPATH=../extension $(AWKPROG)
-# Also point to gawk but for DOS commands needing backslashes. We need
-# the forward slash version too or 'arrayparam' fails.
-AWK2 = '..\gawk.exe'
AWKPROG = ../gawk.exe
# Point $(LS) to a version of ls.exe that reports true Windows file
# index numbers, because this is what the readdir test expects.
@@ -71,9 +68,6 @@ AWKPROG = ../gawk.exe
# report full index values.)
LS = ls.exe
-# Define PGAWK
-PGAWK = ../gawk.exe -p
-
# Set your cmp command here (you can use most versions of diff instead of cmp
# if you don't want to convert the .ok files to the DOS CR/LF format).
# This is also an issue for the "mmap8k" test. If it fails, make sure that
-----------------------------------------------------------------------
Summary of changes:
pc/ChangeLog | 4 ++++
pc/Makefile.tst.prologue | 6 ------
2 files changed, 4 insertions(+), 6 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, feature/improve-tests, updated. gawk-4.1.0-3101-g34e6d93,
Eli Zaretskii <=