--- - branch: MAIN date: Sat Jan 30 16:05:45 UTC 2021 files: - new: '1.112' old: '1.111' path: src/usr.bin/make/Makefile pathrev: src/usr.bin/make/Makefile@1.112 type: modified id: 20210130T160545Z.b8bedf05526eb1391ba05e0733f6a00ebd4a5ac0 log: | make(1): run lint with strict bool mode The make code is not supposed to use constructs such as "if (strcmp(s1, s2))" or "if (p && *p)", instead all boolean expressions have a form that would be accepted by a C#, Go or Java compiler as well. This also ensures that pre-C99 compilers generate equivalent code as C99 compilers, at least regarding boolean expressions. module: src subject: 'CVS commit: src/usr.bin/make' unixtime: '1612022745' user: rillig