Module Name: src Committed By: rillig Date: Thu Oct 8 18:37:26 UTC 2020
Modified Files: src/usr.bin/make/unit-tests: archive.exp archive.mk Log Message: make(1): make individual targets in test archive.mk visible This test still fails on FreeBSD, printing the "ar cru, ranlib" lines twice, and I don't know why. To get more insights into the inner details, without activating the full -dA logging, split the output into paragraphs, one per target. This change reveals another interesting detail: Dependencies without any commands (in this case create-archive) don't inherit the commands from .USEBEFORE and .USE sources. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/usr.bin/make/unit-tests/archive.exp cvs rdiff -u -r1.8 -r1.9 src/usr.bin/make/unit-tests/archive.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.