Module Name: src Committed By: rillig Date: Fri Jan 7 12:33:25 UTC 2022
Modified Files: src/usr.bin/make: var.c Log Message: make: clean up variable modifiers 'gmtime' and 'localtime' Use consistent wording (zulu -> gmt), make VarStrftime parameter order consistent with strftime, rename confusing 'time_t utc' to 't', eliminate common subexpression in error message. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.992 -r1.993 src/usr.bin/make/var.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.