Module Name: src Committed By: rillig Date: Tue Nov 24 19:33:13 UTC 2020
Modified Files: src/usr.bin/make: make.c make.h Log Message: make(1): add high-level API for GNode.made Having an enum whose constants must be ordered in a certain way may be unexpected to casual readers. Hide this implementation detail in separate functions. To generate a diff of this commit: cvs rdiff -u -r1.210 -r1.211 src/usr.bin/make/make.c cvs rdiff -u -r1.217 -r1.218 src/usr.bin/make/make.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.