Module Name: src Committed By: rillig Date: Thu Sep 24 06:45:59 UTC 2020
Modified Files: src/usr.bin/make: lst.c lst.h make.c targ.c Log Message: make(1): refactor add_wait_dep to not use Lst_ForEachFrom anymore It was the last remaining use of that function outside of lst.c. While here, clean up the code of add_wait_dep by removing unreachable code (the GNode lists never contain NULL, only the GNode.commands lists do that). To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/usr.bin/make/lst.c cvs rdiff -u -r1.62 -r1.63 src/usr.bin/make/lst.h cvs rdiff -u -r1.138 -r1.139 src/usr.bin/make/make.c cvs rdiff -u -r1.90 -r1.91 src/usr.bin/make/targ.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.