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 19:56:49 UTC 2025
Modified Files:
src/usr.bin/make: main.c make.h var.c
src/usr.bin/make/unit-tests: opt-jobs-internal.exp
Log Message:
make: show contents of MAKEFLAGS in the stack trace
When the internal -J option refers to a closed file descriptor, it's
helpful to know what the MAKEFLAGS environment variable contains, in
addition to the executed command line. Same for parse errors in
variable assignments from the command line.
To generate a diff of this commit:
cvs rdiff -u -r1.653 -r1.654 src/usr.bin/make/main.c
cvs rdiff -u -r1.355 -r1.356 src/usr.bin/make/make.h
cvs rdiff -u -r1.1162 -r1.1163 src/usr.bin/make/var.c
cvs rdiff -u -r1.6 -r1.7 src/usr.bin/make/unit-tests/opt-jobs-internal.exp
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