aboutsummaryrefslogtreecommitdiffstats
path: root/pc
diff options
context:
space:
mode:
Diffstat (limited to 'pc')
-rw-r--r--pc/ChangeLog4
-rw-r--r--pc/Makefile.tst12
2 files changed, 13 insertions, 3 deletions
diff --git a/pc/ChangeLog b/pc/ChangeLog
index 33b4239f..7218176f 100644
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@ -1,3 +1,7 @@
+Thu Jan 27 21:31:23 2011 Scott Deifik <scottd.mail@sbcglobal.net>
+
+ * Makefile.tst: Fixes for dumpvars and mv, cp, et. al.
+
Mon Jan 17 22:21:07 2011 Scott Deifik <scottd.mail@sbcglobal.net>
* Makefile.tst: Sync with mainline version.
diff --git a/pc/Makefile.tst b/pc/Makefile.tst
index 40cfff7e..63b6fa8a 100644
--- a/pc/Makefile.tst
+++ b/pc/Makefile.tst
@@ -66,6 +66,9 @@ AWK = ../gawk.exe
AWK2 = '..\gawk.exe'
AWKPROG = ../gawk.exe
+# Define PGAWK
+PGAWK = ../pgawk.exe
+
# 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
@@ -87,12 +90,14 @@ CMP = diff
#CMP = diff -c
#CMP = gcmp
-# Set your "cp" and "mkdir" commands here. Note: DOS's copy must take forward
-# slashes.
+# Set your "cp," "mv," and "mkdir" commands here. Note: DOS's copy must take
+# forward slashes.
#CP = cp
#CP = : && command -c copy
CP = command.com /c copy
+MV = cmd.exe /c ren
+
#MKDIR = mkdir
#MKDIR = gmkdir
#MKDIR = : && command -c mkdir
@@ -705,7 +710,8 @@ beginfile1::
dumpvars::
@echo $@
@AWKPATH=$(srcdir) $(AWK) --dump-variables 1 < $(srcdir)/$@.in >/dev/null 2>&1 || echo EXIT CODE: $$? >>_$@
- @mv awkvars.out _$@
+# @mv awkvars.out _$@
+ @$(MV) awkvars.out _$@
@-$(CMP) $(srcdir)/$@.ok _$@ && rm -f _$@
profile1: