Module Name: src Committed By: rillig Date: Mon Sep 28 21:11:05 UTC 2020
Modified Files: src/usr.bin/make: var.c Log Message: make(1): extract logging from ApplyModifiers into separate functions These two logging blocks are massive enough to disturb the reading flow of the remaining code. Even without these two blocks, ApplyModifiers is still 250 lines long, which is quite much. To generate a diff of this commit: cvs rdiff -u -r1.548 -r1.549 src/usr.bin/make/var.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.