Module Name: src Committed By: rillig Date: Mon Aug 31 05:56:02 UTC 2020
Modified Files: src/usr.bin/make: lst.c suff.c Log Message: make(1): fix unbalanced Lst_Open/Lst_Close in SuffFindCmds This bug had been there since the initial import of make, on 1993-03-21. It just never broke the build because of the missing assertion. https://mail-index.netbsd.org/tech-toolchain/2020/08/30/msg003847.html The error message "cd: can't cd to include" that I got when I first applied the fix was unrelated. It was caused by an extra directory "include" in src/tools/compat that didn't belong there. With that directory removed, running "./build.sh -j8 tools" succeeds as expected. To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/usr.bin/make/lst.c cvs rdiff -u -r1.140 -r1.141 src/usr.bin/make/suff.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.