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:           Thu Jun 12 20:07:59 UTC 2025

Modified Files:
        src/usr.bin/make: parse.c
        src/usr.bin/make/unit-tests: archive.exp cond-late.exp
            dep-op-missing.exp directive-for-null.exp opt-file.exp
            var-recursive.exp varname-dot-newline.exp

Log Message:
make: add program name to stack traces from sub-makes


To generate a diff of this commit:
cvs rdiff -u -r1.748 -r1.749 src/usr.bin/make/parse.c
cvs rdiff -u -r1.11 -r1.12 src/usr.bin/make/unit-tests/archive.exp \
    src/usr.bin/make/unit-tests/cond-late.exp
cvs rdiff -u -r1.5 -r1.6 src/usr.bin/make/unit-tests/dep-op-missing.exp
cvs rdiff -u -r1.7 -r1.8 src/usr.bin/make/unit-tests/directive-for-null.exp
cvs rdiff -u -r1.12 -r1.13 src/usr.bin/make/unit-tests/opt-file.exp
cvs rdiff -u -r1.16 -r1.17 src/usr.bin/make/unit-tests/var-recursive.exp
cvs rdiff -u -r1.9 -r1.10 src/usr.bin/make/unit-tests/varname-dot-newline.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