Module Name: src Committed By: rillig Date: Mon Jul 20 16:55:10 UTC 2020
Modified Files: src/usr.bin/make: var.c Log Message: make(1): make conditions work without pattern flags The "pattern flag" VARP_NOSUBST was used to prevent evaluating irrelevant conditions. Omitting the evaluation flag VARE_WANTRES has the same effect. To generate a diff of this commit: cvs rdiff -u -r1.284 -r1.285 src/usr.bin/make/var.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.