Module Name: src Committed By: rillig Date: Thu Dec 31 03:10:29 UTC 2020
Modified Files: src/usr.bin/make: for.c Log Message: make(1): simplify termination condition for .for loop At this point, the number of iteration items is always a multiple of the number of iteration variables, which makes any addition more complicated than absolutely necessary. To generate a diff of this commit: cvs rdiff -u -r1.123 -r1.124 src/usr.bin/make/for.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.