Module Name: src Committed By: rillig Date: Tue Aug 11 18:41:46 UTC 2020
Modified Files: src/usr.bin/make: arch.c nonints.h str.c Log Message: make(1): add str_concat4 to make the other code simpler There's no need for arch.c to call strlen when there is a high-level API for the same purpose. To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82 src/usr.bin/make/arch.c cvs rdiff -u -r1.93 -r1.94 src/usr.bin/make/nonints.h cvs rdiff -u -r1.59 -r1.60 src/usr.bin/make/str.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.