Module Name: src Committed By: rillig Date: Sun Nov 8 10:33:47 UTC 2020
Modified Files: src/usr.bin/make: make.c make.h src/usr.bin/make/unit-tests: depsrc-optional.exp depsrc-optional.mk Log Message: make(1): fix debug output in out-of-date for cohorts (since 2003-11-14) Before, a wrong cause for being out-of-date was printed in the debug log, for optional cohorts. This was caused by having the same conditions duplicated in the code, instead of putting them in a separate function. Now the optional cohort is correctly identified as using the '::' dependency operator. To generate a diff of this commit: cvs rdiff -u -r1.196 -r1.197 src/usr.bin/make/make.c cvs rdiff -u -r1.200 -r1.201 src/usr.bin/make/make.h cvs rdiff -u -r1.3 -r1.4 src/usr.bin/make/unit-tests/depsrc-optional.exp cvs rdiff -u -r1.4 -r1.5 src/usr.bin/make/unit-tests/depsrc-optional.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.