Module Name: src Committed By: rillig Date: Sun Aug 16 14:39:50 UTC 2020
Modified Files: src/usr.bin/make/unit-tests: archive.exp archive.mk Log Message: make(1): fix archive test At the beginning of that test, the library archive obviously does not exist yet. This test failure is a bit hard to detect since the test is disabled in usr.bin/make, but not in tests/usr.bin/make. This is because the latter just runs all .mk files as tests, no matter whether they are commented out or not. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.bin/make/unit-tests/archive.exp cvs rdiff -u -r1.2 -r1.3 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.