Module Name: src Committed By: rillig Date: Sun Nov 8 12:40:04 UTC 2020
Modified Files: src/usr.bin/make: main.c Log Message: make(1): split main into manageable pieces The purpose of a main function is to give a high-level overview about the whole program. 270 lines of code with lots of tricky details did not serve this purpose. Split the code into functions corresponding to the phases. To generate a diff of this commit: cvs rdiff -u -r1.447 -r1.448 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.