tests/make: Unset MAKEFLAGS - scc - simple c99 compiler
 (HTM) git clone git://git.simple-cc.org/scc
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 2b33af36beceaf67507ab881f113d68a371a4f13
 (DIR) parent ac449d18a971e3e452e3f47cbd2af90b6a55ea18
 (HTM) Author: Roberto E. Vargas Caballero <k0ga@shike2.net>
       Date:   Tue, 17 Jun 2025 21:04:13 +0200
       
       tests/make: Unset MAKEFLAGS
       
       Some make implementations set MAKEFLAGS to non portable values
       creating some problems when running the tests when we move from
       the driven make to the make under test.
       
       Diffstat:
         M tests/make/execute/chktest.sh       |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/tests/make/execute/chktest.sh b/tests/make/execute/chktest.sh
       @@ -5,6 +5,7 @@ rm -f test.log
        
        unset CFLAGS
        unset CC
       +unset MAKEFLAGS
        
        for i in *-*.sh
        do