Module Name: src Committed By: rillig Date: Tue Oct 20 20:51:15 UTC 2020
Modified Files: src/usr.bin/make: suff.c Log Message: make(1): untangle SuffParseTransform That function was probably not meant to be a brain-twister, but the convoluted loop combined with Lst_Find/Lst_FindFrom and the deeply indented second pass for the single suffix made the code harder to understand than necessary. No functional change intended, that's why I had to split and enable the test suffixes.mk first. To generate a diff of this commit: cvs rdiff -u -r1.195 -r1.196 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.