Module Name: src
Committed By: rillig
Date: Sun Feb 1 15:30:46 UTC 2026
Modified Files:
src/usr.bin/make: main.c make.h parse.c
Log Message:
make: print stack traces to the correct file
When running make -dFlog, the stack trace was printed to stderr twice,
instead of once to log and once to stderr.
To generate a diff of this commit:
cvs rdiff -u -r1.663 -r1.664 src/usr.bin/make/main.c
cvs rdiff -u -r1.362 -r1.363 src/usr.bin/make/make.h
cvs rdiff -u -r1.753 -r1.754 src/usr.bin/make/parse.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.