Module Name: src Committed By: rillig Date: Sun Oct 25 22:13:53 UTC 2020
Modified Files: src/usr.bin/make: suff.c src/usr.bin/make/unit-tests: suff-lookup.exp Log Message: make(1): properly terminate debug output with newline Without this, NetBSD's sed adds the missing newline at the end of the file, while other sed implementations don't do that. To generate a diff of this commit: cvs rdiff -u -r1.225 -r1.226 src/usr.bin/make/suff.c cvs rdiff -u -r1.2 -r1.3 src/usr.bin/make/unit-tests/suff-lookup.exp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.