Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.bin/make



Module Name:    src
Committed By:   christos
Date:           Sat Apr  7 18:29:08 UTC 2012

Modified Files:
        src/usr.bin/make: dir.c dir.h job.c make.c

Log Message:
Remove recheck hackery that caused extra stats, and explicitly ask for
recheck when needed. Before it used to be the case that we could only
use the cached entry once. Once the cached entry was used, we removed
it from the cache. Now it is kept forever.


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/usr.bin/make/dir.c
cvs rdiff -u -r1.14 -r1.15 src/usr.bin/make/dir.h
cvs rdiff -u -r1.160 -r1.161 src/usr.bin/make/job.c
cvs rdiff -u -r1.84 -r1.85 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.




Home | Main Index | Thread Index | Old Index