scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit 2b33af36beceaf67507ab881f113d68a371a4f13
parent ac449d18a971e3e452e3f47cbd2af90b6a55ea18
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:
Mtests/make/execute/chktest.sh | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

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