Module Name: src Committed By: rillig Date: Sat Aug 19 11:53:10 UTC 2023
Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: varmod-gmtime.mk Log Message: make: clean up comments regarding gmtime/strftime These two functions are not supposed to be used together, thus it is not a bug if combining them produces unexpected results. To generate a diff of this commit: cvs rdiff -u -r1.1062 -r1.1063 src/usr.bin/make/var.c cvs rdiff -u -r1.18 -r1.19 src/usr.bin/make/unit-tests/varmod-gmtime.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.