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 Jun 16 18:20:00 UTC 2025

Modified Files:
        src/usr.bin/make: parse.c
        src/usr.bin/make/unit-tests: opt-jobs-internal.exp varmod-assign.exp

Log Message:
make: in a warning without location information, print the stack trace

Without further context, a warning like the following is hard to track
back:

> nbmake[4]: warning: Invalid character " " in variable name
>     "if ,"LSAN_OPTIONS=""


To generate a diff of this commit:
cvs rdiff -u -r1.751 -r1.752 src/usr.bin/make/parse.c
cvs rdiff -u -r1.10 -r1.11 src/usr.bin/make/unit-tests/opt-jobs-internal.exp
cvs rdiff -u -r1.34 -r1.35 src/usr.bin/make/unit-tests/varmod-assign.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