Module Name: src Committed By: rillig Date: Sun Nov 8 09:06:23 UTC 2020
Modified Files: src/usr.bin/make: arch.c dir.c make.c nonints.h Log Message: make(1): change return type of Arch_MemberMTime to void This makes it easier to prove that Dir_MTime always returns gn->mtime, without looking at the implementation of Arch_UpdateMemberMTime. To generate a diff of this commit: cvs rdiff -u -r1.172 -r1.173 src/usr.bin/make/arch.c cvs rdiff -u -r1.198 -r1.199 src/usr.bin/make/dir.c cvs rdiff -u -r1.192 -r1.193 src/usr.bin/make/make.c cvs rdiff -u -r1.156 -r1.157 src/usr.bin/make/nonints.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.