build: fix make tool command line handling unify main make file name to makefile.mak now make tool command line is handled by MAKE environment variable (fix issue with space after -f for Turbo C)
Recent Commits to freecom:master
-
build: fix make tool command line handling
-
build: fix echoto.bat arguments overflow
build: fix echoto.bat arguments overflow
-
fixes #112 add support for if "==" echo Hello and similar IF constructs
fixes #112 add support for if "==" echo Hello and similar IF constructs supports properly quoted strings with delimeters, otherwise stops on left an right side of == after first delimiter character and allows junk characters to left of == (but not right of it, e.g. garbage== but not ==garbage) and updates tst-if.bat
-
update tst-if.bat for /i and not options and if missing command to ex…
update tst-if.bat for /i and not options and if missing command to execute if condition is true
-
fixes #66 - IF NOT bug, maybe? enhancement to support IF /I NOT and I…
fixes #66 - IF NOT bug, maybe? enhancement to support IF /I NOT and IF NOT /I forms. Not a bug, but an enhancement as IF previously only supported IF /I NOT form, but given /option should be flexible to location on command line, updated to support /I NOT and NOT /I and as a quirk NOT /I NOT to all mean case insensitive and negate following check.