Module Name: src Committed By: sjg Date: Tue Jun 7 00:40:00 UTC 2016
Modified Files: src/usr.bin/make: dir.c hash.h make.h meta.c Log Message: Extend the mtimes cache used by dir.c so it can be used by others. We store both st_mtime and st_mode, since some callers care about the later. Reviewed by: christos To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/usr.bin/make/dir.c cvs rdiff -u -r1.10 -r1.11 src/usr.bin/make/hash.h cvs rdiff -u -r1.99 -r1.100 src/usr.bin/make/make.h cvs rdiff -u -r1.60 -r1.61 src/usr.bin/make/meta.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.