gawk-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-2747-gc039e9


From: Eli Zaretskii
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-2747-gc039e9d
Date: Sat, 26 Aug 2017 06:17: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, master has been updated
       via  c039e9d6479c2556199da3053b1a783ec1571a0d (commit)
      from  c417632f68977ff7f714b0a4315b7fb271046959 (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=c039e9d6479c2556199da3053b1a783ec1571a0d

commit c039e9d6479c2556199da3053b1a783ec1571a0d
Author: Eli Zaretskii <address@hidden>
Date:   Sat Aug 26 13:17:13 2017 +0300

    Fix pc/Makefile.tst.

diff --git a/pc/ChangeLog b/pc/ChangeLog
index 455bd32..92c9e93 100644
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@ -1,3 +1,8 @@
+2017-08-26  Eli Zaretskii  <address@hidden>
+
+       * Makefile.tst (SLASH, PATH_SEPARATOR, LS): Change the default
+       values to be less specific to my private setup.
+
 2017-08-23         Arnold D. Robbins     <address@hidden>
 
        * Makefile.am (testext): Fix spelling of testexttmp.txt.
diff --git a/pc/Makefile.tst b/pc/Makefile.tst
index 0bb073d..2c8dd4a 100644
--- a/pc/Makefile.tst
+++ b/pc/Makefile.tst
@@ -69,8 +69,7 @@ AWKPROG = ../gawk.exe
 # index numbers, because this is what the readdir test expects.
 # Otherwise, the readdir test will fail.  (The MSYS ls.exe doesn't
 # report full index values.)
-#LS = ls.exe
-LS = /d/usr/bin/ls.exe
+LS = ls.exe
 
 # Define PGAWK
 PGAWK = ../gawk.exe -p
@@ -119,13 +118,13 @@ MKDIR = mkdir
 DATE = gdate
 
 # MS-DOS and OS/2 use ; as a PATH delimiter
-PATH_SEPARATOR = :
+PATH_SEPARATOR = ;
 
 # Argument to -F to produce -F/, should be // for MinGW, / otherwise,
 # because MSYS Bash converts a single slash to the equivalent Windows
 # directory.
-#SLASH = /
-SLASH = //
+SLASH = /
+#SLASH = //
 
 # Non-default GREP_OPTIONS might fail the badargs test
 export GREP_OPTIONS=

-----------------------------------------------------------------------

Summary of changes:
 pc/ChangeLog    | 5 +++++
 pc/Makefile.tst | 9 ++++-----
 2 files changed, 9 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]