On Tue, 2019-09-17 at 09:40 +0200, Dagobert Michelsen wrote: > cd tests && perl ./run_make_tests.pl -srcdir > /home/dam/mgar/pkg/gmake/trunk/work/solaris10-i386/build-isa- > pentium_pro-guile-yes/make-4.2.91 -make ../make > syntax error at ./run_make_tests.pl line 473, near "or continue" > Execution of ./run_make_tests.pl aborted due to compilation errors. > > Replacing this with „cont“ instead of „continue“ fixed the issue for > me.
Actually the right replacement is "next" not "cont". > Additionally, I have two failed tests on Solaris 10 borg Sparc x86: I fixed the "next"/"continue" issue and the Sparc issue. I made a stab at fixing the SIG issue but we'll see if it worked. The wildcard issue is due to the old glob.c implementation in GNU make. I don't know if I can fix that before the next release. It's not a regression, however: this is just a new test that we didn't used to run. The behavior of GNU make is the same as it was in previous releases. Thanks for testing GNU make! _______________________________________________ Bug-make mailing list Bug-make@gnu.org https://lists.gnu.org/mailman/listinfo/bug-make