summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-11-04 16:07:18 +0200
committerArnold D. Robbins <arnold@skeeve.com>2012-11-04 16:07:18 +0200
commitf8998c45dffcbbd874038f7e19515a504834f3cd (patch)
treeccbe360dc7d4aa08b068028a569dcf0f9dbbeafe
parent0d49bc78aa0f761383e4b669dcd83932e2e60dd8 (diff)
downloadgawk-f8998c45dffcbbd874038f7e19515a504834f3cd.tar.gz
Update pc/Makefile.tst.
-rw-r--r--pc/ChangeLog4
-rw-r--r--pc/Makefile.tst6
2 files changed, 9 insertions, 1 deletions
diff --git a/pc/ChangeLog b/pc/ChangeLog
index 15c3a810..535b5be4 100644
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-04 Scott Deifik <scottd.mail@sbcglobal.net>
+
+ * Makefile.tst (jarebug, charasbytes): Update.
+
2012-10-28 Scott Deifik <scottd.mail@sbcglobal.net>
* Makefile.tst: Sync with mainline version.
diff --git a/pc/Makefile.tst b/pc/Makefile.tst
index ac7065ab..c9aea454 100644
--- a/pc/Makefile.tst
+++ b/pc/Makefile.tst
@@ -809,13 +809,17 @@ rri1::
jarebug::
@echo $@
+ @echo Expect jarebug to fail with DJGPP.
@$(srcdir)/$@.sh "$(AWKPROG)" "$(srcdir)/$@.awk" "$(srcdir)/$@.in" "_$@"
@-$(CMP) $(srcdir)/$@.ok _$@ && rm -f _$@
charasbytes:
@echo $@
+# @[ -z "$$GAWKLOCALE" ] && GAWKLOCALE=en_US.UTF-8; \
+# AWKPATH=$(srcdir) $(AWK) -b -f $@.awk $(srcdir)/$@.in | \
+# od -c -t x1 | sed -e 's/ */ /g' -e 's/ *$$//' >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
@[ -z "$$GAWKLOCALE" ] && GAWKLOCALE=en_US.UTF-8; \
- AWKPATH=$(srcdir) $(AWK) -b -f $@.awk $(srcdir)/$@.in | \
+ AWKPATH=$(srcdir) $(AWK) -b -v BINMODE=2 -f $@.awk $(srcdir)/$@.in | \
od -c -t x1 | sed -e 's/ */ /g' -e 's/ *$$//' >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
@-$(CMP) $(srcdir)/$@.ok _$@ && rm -f _$@
Gt-dummy: