From 90e72f956e2e0878ca2dfc9e2a394c2e25c799d8 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Wed, 23 Aug 2017 08:34:49 +0300 Subject: Fix removing testext.tmp file in test suite. --- pc/ChangeLog | 4 ++++ pc/Makefile.tst | 2 +- test/ChangeLog | 6 +++++- test/Makefile.am | 2 +- test/Makefile.in | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/pc/ChangeLog b/pc/ChangeLog index 2e3a268d..455bd321 100644 --- a/pc/ChangeLog +++ b/pc/ChangeLog @@ -1,3 +1,7 @@ +2017-08-23 Arnold D. Robbins + + * Makefile.am (testext): Fix spelling of testexttmp.txt. + 2017-08-21 Eli Zaretskii * Makefile.tst (testext): Remove textexttmp.txt. diff --git a/pc/Makefile.tst b/pc/Makefile.tst index 8a74e31c..0bb073d0 100644 --- a/pc/Makefile.tst +++ b/pc/Makefile.tst @@ -1166,7 +1166,7 @@ testext:: # @$(AWK) '/^(@load|BEGIN)/,/^}/' "$(top_srcdir)"/extension/testext.c > testext.awk @$(AWK) ' /^(@load|BEGIN)/,/^}/' "$(top_srcdir)"/extension/testext.c > testext.awk @$(AWK) -f ./testext.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ - @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ testext.awk textexttmp.txt + @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ testext.awk testexttmp.txt getfile: @echo $@ diff --git a/test/ChangeLog b/test/ChangeLog index a015ebfe..756386af 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,4 +1,8 @@ -2017-08-21 Eli Zaretskii +2017-08-23 Arnold D. Robbins + + * Makefile.am (testext): Fix spelling of testexttmp.txt. + +2017-08-21 Eli Zaretskii * Makefile.am (testext): Remove textexttmp.txt. diff --git a/test/Makefile.am b/test/Makefile.am index b2577841..99b9fade 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -2209,7 +2209,7 @@ testext:: @echo $@ @$(AWK) '/^(@load|BEGIN)/,/^}/' "$(top_srcdir)"/extension/testext.c > testext.awk @$(AWK) -f ./testext.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ - @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ testext.awk textexttmp.txt + @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ testext.awk testexttmp.txt getfile: @echo $@ diff --git a/test/Makefile.in b/test/Makefile.in index ec3bb963..7493f439 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -2648,7 +2648,7 @@ testext:: @echo $@ @$(AWK) '/^(@load|BEGIN)/,/^}/' "$(top_srcdir)"/extension/testext.c > testext.awk @$(AWK) -f ./testext.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ - @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ testext.awk textexttmp.txt + @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ testext.awk testexttmp.txt getfile: @echo $@ -- cgit v1.2.3 From 7421f5fd61c94674645615b8eb593d6e7a6a2da2 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Wed, 23 Aug 2017 08:35:20 +0300 Subject: New README.alpine file. --- README_d/ChangeLog | 4 ++++ README_d/README.alpine | 15 +++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 README_d/README.alpine diff --git a/README_d/ChangeLog b/README_d/ChangeLog index c93879f9..43da7cdd 100644 --- a/README_d/ChangeLog +++ b/README_d/ChangeLog @@ -1,3 +1,7 @@ +2017-08-23 Arnold D. Robbins + + * README.alpine: New file. + 2017-08-13 Arnold D. Robbins * README.freebsd: New file. diff --git a/README_d/README.alpine b/README_d/README.alpine new file mode 100644 index 00000000..4df5b450 --- /dev/null +++ b/README_d/README.alpine @@ -0,0 +1,15 @@ +Wed Aug 23 08:19:08 IDT 2017 +============================ + +I have a report that Alpine Linux uses BusyBox for its utilities. In +particular, the BusyBox ls does not have a -f option. This option is +needed in at least one of the tests. + +Install coreutils on your Alpine Linux system: + + apk add coreutils + +in order to get a fully POSIX-compliant ls. + +Arnold Robbins +arnold@skeeve.com -- cgit v1.2.3 From b42cad3ddb49b1a19c81785c9916a789b7d32efc Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Wed, 23 Aug 2017 08:35:32 +0300 Subject: Update README.git. --- ChangeLog | 4 ++++ README.git | 10 ++++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index ee4f9f4a..90e429fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2017-08-23 Arnold D. Robbins + + * README.git: Minor edits to make build steps clearer. + 2017-08-21 Daniel Richard G. * awk.h (c_func): Renamed to c_function to avoid conflict. diff --git a/README.git b/README.git index c947cc24..b590780d 100644 --- a/README.git +++ b/README.git @@ -1,12 +1,14 @@ -Thu Apr 17 16:54:26 IDT 2014 +Wed Aug 23 08:07:18 IDT 2017 ============================ If you are reading this, you have retrieved the gawk code base via Git from savannah.gnu.org. This is good; gawk no longer uses CVS. -On GNU and Unix systems, please execute ./bootstrap.sh before invoking -the usual incantaton of `./configure && make && make check'. This -version of bootstrap.sh should work OK. +On GNU and Unix systems, please execute use the following to build +gawk after doing `git clone' or `git pull': + + make distclean # if not a new clone + ./bootstrap.sh && ./configure && make && make check On systems supported by configuration files in the pc/ subdirectory, chdir into pc/ and run the make-config.bat script there. This will produce -- cgit v1.2.3