Module Name: src Committed By: rillig Date: Wed Dec 30 14:28:32 UTC 2020
Modified Files: src/usr.bin/make: for.c Log Message: make(1): improve .for loop documentation, clean up ForReadMore The comma expression in ForReadMore may be a nice trick, but it's not as easy to read as a simple if-then-else chain. Test for '{' before '(' since BSD makefiles use braces by convention. To generate a diff of this commit: cvs rdiff -u -r1.122 -r1.123 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.