Module Name: src Committed By: rillig Date: Mon Sep 28 22:23:35 UTC 2020
Modified Files: src/usr.bin/make: arch.c compat.c dir.c job.c make.c make.h meta.c parse.c suff.c targ.c var.c Log Message: make(1): make debug logging simpler This avoids referring to the debug_file variable in many places where this implementation detail is not necessary. To generate a diff of this commit: cvs rdiff -u -r1.125 -r1.126 src/usr.bin/make/arch.c cvs rdiff -u -r1.157 -r1.158 src/usr.bin/make/compat.c cvs rdiff -u -r1.151 -r1.152 src/usr.bin/make/dir.c cvs rdiff -u -r1.250 -r1.251 src/usr.bin/make/job.c cvs rdiff -u -r1.152 -r1.153 src/usr.bin/make/make.c cvs rdiff -u -r1.149 -r1.150 src/usr.bin/make/make.h cvs rdiff -u -r1.121 -r1.122 src/usr.bin/make/meta.c cvs rdiff -u -r1.341 -r1.342 src/usr.bin/make/parse.c cvs rdiff -u -r1.171 -r1.172 src/usr.bin/make/suff.c cvs rdiff -u -r1.106 -r1.107 src/usr.bin/make/targ.c cvs rdiff -u -r1.549 -r1.550 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.