Module Name: src Committed By: rillig Date: Sun Nov 29 00:54:43 UTC 2020
Modified Files: src/usr.bin/make: lst.c suff.c Log Message: make(1): reduce memory allocation in suffix handling The function Lst_MoveAll previously freed the source list. This function was only used in a few places, and none of them really needed the allocation. To generate a diff of this commit: cvs rdiff -u -r1.96 -r1.97 src/usr.bin/make/lst.c cvs rdiff -u -r1.315 -r1.316 src/usr.bin/make/suff.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.