Module Name: src Committed By: rillig Date: Sun Nov 8 11:37:46 UTC 2020
Modified Files: src/usr.bin/make: make.c Log Message: make(1): clean up Make_ExpandUse The targets need to be copied to the 'examine' queue, not because the targets list would be modified but because the queue is modified and the targets list should not be affected by that. To generate a diff of this commit: cvs rdiff -u -r1.202 -r1.203 src/usr.bin/make/make.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.