diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-10-20 19:51:40 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-10-20 19:51:40 +0300 |
commit | fc1c85bd36910c9ef743db07022055e2d417c21b (patch) | |
tree | a927a5493bcfb9793a540a9ad874b796f75eb687 /pc | |
parent | 3d6d06827c2a84b5b3a22de5b546857b3c3991e1 (diff) | |
parent | b8c16c0893bc1be06244387fb5f8db54f0b1578d (diff) | |
download | egawk-fc1c85bd36910c9ef743db07022055e2d417c21b.tar.gz egawk-fc1c85bd36910c9ef743db07022055e2d417c21b.tar.bz2 egawk-fc1c85bd36910c9ef743db07022055e2d417c21b.zip |
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'pc')
-rw-r--r-- | pc/ChangeLog | 4 | ||||
-rw-r--r-- | pc/Makefile.tst | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/pc/ChangeLog b/pc/ChangeLog index 62534fdf..8592deba 100644 --- a/pc/ChangeLog +++ b/pc/ChangeLog @@ -1,3 +1,7 @@ +2021-10-20 Arnold D. Robbins <arnold@skeeve.com> + + * Makefile.tst: Regenerated. + 2021-10-13 Arnold D. Robbins <arnold@skeeve.com> * Makefile.tst: Regenerated. diff --git a/pc/Makefile.tst b/pc/Makefile.tst index c4b98e49..09a061d5 100644 --- a/pc/Makefile.tst +++ b/pc/Makefile.tst @@ -3163,6 +3163,11 @@ profile9: @AWKPATH="$(srcdir)" $(AWK) -f $@.awk --pretty-print=_$@ >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ +profile16: + @echo $@ + @AWKPATH="$(srcdir)" $(AWK) -f $@.awk --pretty-print=_$@ >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ + @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ + regexsub: @echo $@ @AWKPATH="$(srcdir)" $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ |