Module Name: src Committed By: rillig Date: Sun Nov 8 02:56:43 UTC 2020
Modified Files: src/usr.bin/make: main.c Log Message: make(1): split ReadMakefiles into separate functions This keeps the indentation of the code small. It also reduces the possible confusion about the two similar branches in that function that differ in a small but important detail: ReadAllMakefiles reads all the makefiles while ReadFirstDefaultMakefile stops after the first existing makefile. To generate a diff of this commit: cvs rdiff -u -r1.442 -r1.443 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.