Module Name: src Committed By: rillig Date: Fri Sep 4 19:03:38 UTC 2020
Modified Files: src/usr.bin/make/unit-tests: Makefile archive.mk Log Message: make(1): re-enable the archive test The test had failed in the releng build because it assumed it were run with .CURDIR == .PARSEDIR. This assumption is true when the tests are run directly from usr.bin/make, but not when they are run from tests/usr.bin/make. To generate a diff of this commit: cvs rdiff -u -r1.132 -r1.133 src/usr.bin/make/unit-tests/Makefile cvs rdiff -u -r1.5 -r1.6 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.