Module Name: src Committed By: rillig Date: Sat Sep 5 18:31:03 UTC 2020
Modified Files:
src/usr.bin/make: parse.c
Log Message:
make(1): make GetActuallyIncludingFile faster
In deeply nested includes, starting the search from the inner end is
faster since it needs fewer comparisons.
To generate a diff of this commit:
cvs rdiff -u -r1.281 -r1.282 src/usr.bin/make/parse.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
