Module Name: src Committed By: rillig Date: Sat Aug 22 19:53:22 UTC 2020
Modified Files: src/usr.bin/make: compat.c Log Message: make(1): replace segmentation fault with failed assertion To reproduce: ./make -r -C unit-tests -f sh-dots.mk -j1 Without -j1, the test succeeds. To generate a diff of this commit: cvs rdiff -u -r1.124 -r1.125 src/usr.bin/make/compat.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.