Module Name: src Committed By: rillig Date: Thu Dec 10 23:12:59 UTC 2020
Modified Files: src/usr.bin/make: job.c Log Message: make(1): eliminate global variable numCommands It had only been used in a very small scope. The elimination of Lst_ForEach made it easy to turn this global variable into a local variable. To generate a diff of this commit: cvs rdiff -u -r1.361 -r1.362 src/usr.bin/make/job.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.