Module Name: src Committed By: rillig Date: Sun Oct 25 15:41:31 UTC 2020
Modified Files:
src/usr.bin/make: for.c
Log Message:
make(1): reduce memory allocation in .for loops
It was not necessary to allocate a new buffer for each iteration of the
.for loop.
To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 src/usr.bin/make/for.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
