Module Name: src Committed By: rillig Date: Tue Oct 27 08:00:20 UTC 2020
Modified Files: src/usr.bin/make: main.c Log Message: make(1): extract CleanUp from main This makes it a bit easier to spot the main task of the main function, which is the runTargets call. To generate a diff of this commit: cvs rdiff -u -r1.401 -r1.402 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.