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:   rillig
Date:           Sun Nov  8 09:34:55 UTC 2020

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

Log Message:
make(1): change return type of Dir_MTime to void

Only some callers actually needed the updated time, and because of the
many branches, it was difficult to see that the return value was indeed
gn->mtime all the time.


To generate a diff of this commit:
cvs rdiff -u -r1.200 -r1.201 src/usr.bin/make/dir.c
cvs rdiff -u -r1.32 -r1.33 src/usr.bin/make/dir.h
cvs rdiff -u -r1.314 -r1.315 src/usr.bin/make/job.c
cvs rdiff -u -r1.193 -r1.194 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