Module Name: src Committed By: rillig Date: Fri Aug 21 14:33:32 UTC 2020
Modified Files: src/usr.bin/make: lst.c Log Message: make(1): revert invalid assertion When iterating over a list, it is currently not guaranteed that the list is marked as "!isOpen", which I had wrongly and naively assumed. This probably means that there is some hidden bug in make, but even if there is, this bug would be quite old already and was too small to be detected. Therefore, remove the assertion again, until the situation is clear and reproduced. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/usr.bin/make/lst.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.