Module Name: src Committed By: rillig Date: Mon Dec 27 20:59:59 UTC 2021
Modified Files: src/usr.bin/make: main.c Log Message: make: clean up 'explode' Breaking out of the first 'for' loop was unnecessarily complicated. The call to strlen was not necessary since f already pointed at the end of the string. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.550 -r1.551 src/usr.bin/make/main.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.