Module Name: src Committed By: rillig Date: Mon Sep 28 23:13:57 UTC 2020
Modified Files: src/usr.bin/make: compat.c cond.c dir.c job.c make.c parse.c suff.c Log Message: make(1): replace += 1 with ++ and -= 1 with -- Just for visual consistency. The generated code stays exactly the same. To generate a diff of this commit: cvs rdiff -u -r1.158 -r1.159 src/usr.bin/make/compat.c cvs rdiff -u -r1.154 -r1.155 src/usr.bin/make/cond.c cvs rdiff -u -r1.152 -r1.153 src/usr.bin/make/dir.c cvs rdiff -u -r1.251 -r1.252 src/usr.bin/make/job.c cvs rdiff -u -r1.155 -r1.156 src/usr.bin/make/make.c cvs rdiff -u -r1.342 -r1.343 src/usr.bin/make/parse.c cvs rdiff -u -r1.172 -r1.173 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.