Module Name: src Committed By: rillig Date: Mon Sep 14 16:12:41 UTC 2020
Modified Files: src/usr.bin/make: parse.c Log Message: make(1): flip conditions in ParseDoDependency In the usual case where the character is a letter or another ordinary character, each of the terminal conditions has to be evaluated, therefore from the compiler's view the order doesn't matter. For humans, "a unless b" is easier to grasp and more common than "not b but a", therefore switch to the common pattern. To generate a diff of this commit: cvs rdiff -u -r1.308 -r1.309 src/usr.bin/make/parse.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.