Module Name: src
Committed By: rillig
Date: Sun Aug 2 19:49:17 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): make :hash modifier more efficient
It's not necessary to allocate a 256-byte buffer just to store 9 bytes
in it, and to null-terminate it after writing every single byte to it.
To generate a diff of this commit:
cvs rdiff -u -r1.404 -r1.405 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.