Module Name: src Committed By: rillig Date: Sat Jan 15 19:34:07 UTC 2022
Modified Files: src/usr.bin/make: cond.c main.c meta.c Log Message: make: replace Var_Value with Var_Exists where applicable The latter function already existed in 1993, no idea why it was not used. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.325 -r1.326 src/usr.bin/make/cond.c cvs rdiff -u -r1.571 -r1.572 src/usr.bin/make/main.c cvs rdiff -u -r1.191 -r1.192 src/usr.bin/make/meta.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.