Module Name: src Committed By: rillig Date: Fri Aug 28 19:14:07 UTC 2020
Modified Files: src/usr.bin/make: make.h targ.c Log Message: make(1): clean up targ.c The main part is removing redundant or outdated information from comments. In a few places, the expression cond ? TRUE : FALSE has been simplified. To generate a diff of this commit: cvs rdiff -u -r1.128 -r1.129 src/usr.bin/make/make.h cvs rdiff -u -r1.76 -r1.77 src/usr.bin/make/targ.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.