Module Name: src Committed By: rillig Date: Sun Nov 8 10:50:50 UTC 2020
Modified Files: src/usr.bin/make: make.c Log Message: make(1): inline MakeFindChild into PretendAllChildrenAreMade This gets rid of a few void pointers and some function calls. The documentation of MakeFindChild essentially repeated what the code does, and the redundant parts of it have been removed. To generate a diff of this commit: cvs rdiff -u -r1.198 -r1.199 src/usr.bin/make/make.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.