Module Name: src Committed By: rillig Date: Thu Dec 9 20:47:33 UTC 2021
Modified Files: src/usr.bin/make: test-variants.sh src/usr.bin/make/unit-tests: Makefile opt-file.mk Log Message: make: add back support for jemalloc 100 The ports sun2 and vax default to jemalloc 100, as opposed to the rest of the ports, which use jemalloc 510. Some developers choose to use jemalloc 100, so let them run the tests with memory debugging as well. Suggested by mrg on source-changes-d. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/usr.bin/make/test-variants.sh cvs rdiff -u -r1.286 -r1.287 src/usr.bin/make/unit-tests/Makefile cvs rdiff -u -r1.13 -r1.14 src/usr.bin/make/unit-tests/opt-file.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.