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: Mon May 26 20:12:48 UTC 2025
Modified Files:
src/usr.bin/make: make.h parse.c var.c
Log Message:
make: prepare for inter-process stack traces
To understand how chains of sub-makes interact and how they are called,
it's useful to have stack traces that span multiple processes. To
implement this, a stack trace needs not only be printed but also stored
as a string.
To generate a diff of this commit:
cvs rdiff -u -r1.356 -r1.357 src/usr.bin/make/make.h
cvs rdiff -u -r1.744 -r1.745 src/usr.bin/make/parse.c
cvs rdiff -u -r1.1163 -r1.1164 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