Module Name: src Committed By: rillig Date: Sun Jan 24 20:11:55 UTC 2021
Modified Files: src/usr.bin/make: dir.c main.c make.h nonints.h parse.c suff.c Log Message: make(1): convert SearchPath to struct This prepares for making dotLast a simple struct member instead of a fake CachedDir, which is easier to understand. To generate a diff of this commit: cvs rdiff -u -r1.263 -r1.264 src/usr.bin/make/dir.c cvs rdiff -u -r1.516 -r1.517 src/usr.bin/make/main.c cvs rdiff -u -r1.245 -r1.246 src/usr.bin/make/make.h cvs rdiff -u -r1.187 -r1.188 src/usr.bin/make/nonints.h cvs rdiff -u -r1.530 -r1.531 src/usr.bin/make/parse.c cvs rdiff -u -r1.339 -r1.340 src/usr.bin/make/suff.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.