Module Name: src Committed By: rillig Date: Sun Nov 8 12:02:16 UTC 2020
Modified Files: src/usr.bin/make: main.c Log Message: make(1): inline Lst_ForEachUntil in ReadBuiltinRules The list of expanded filenames for sys.mk is freed in the end, but not the filenames themselves, as these are still needed. To generate a diff of this commit: cvs rdiff -u -r1.444 -r1.445 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.