Module Name: src Committed By: sjg Date: Fri Sep 23 22:58:15 UTC 2022
Modified Files: src/usr.bin/make: cond.c make.h parse.c Log Message: Cond_reset_depth just use cond_min_depth To avoid errors from unclosed conditionals on .break it is sufficient to just set cond_depth = cond_min_depth. Patch from rillig To generate a diff of this commit: cvs rdiff -u -r1.337 -r1.338 src/usr.bin/make/cond.c cvs rdiff -u -r1.304 -r1.305 src/usr.bin/make/make.h cvs rdiff -u -r1.683 -r1.684 src/usr.bin/make/parse.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.