Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.bin/make



Module Name:    src
Committed By:   rillig
Date:           Fri Jun 13 18:31:08 UTC 2025

Modified Files:
        src/usr.bin/make: make.h parse.c var.c

Log Message:
make: skip inter-process stack trace when MAKE_STACK_TRACE=no

Previously, setting MAKE_STACK_TRACE to any other value than "yes"
accidentally generated almost-complete inter-process stack traces.


To generate a diff of this commit:
cvs rdiff -u -r1.359 -r1.360 src/usr.bin/make/make.h
cvs rdiff -u -r1.750 -r1.751 src/usr.bin/make/parse.c
cvs rdiff -u -r1.1167 -r1.1168 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.




Home | Main Index | Thread Index | Old Index