Module Name: src Committed By: rillig Date: Thu Dec 30 00:22:20 UTC 2021
Modified Files: src/usr.bin/make: cond.c Log Message: make: internally return false for irrelevant leaves in conditions The result of irrelevant leaves is effectively ignored by CondParser_And and CondParser_Or. Use the 'doEval &&' pattern to make the code consistent with CondParser_Comparison and CondParser_FuncCall. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.316 -r1.317 src/usr.bin/make/cond.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.