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:           Sun Nov 28 00:02:07 UTC 2021

Modified Files:
        src/usr.bin/make: job.c
        src/usr.bin/make/unit-tests: opt-debug-errors-jobs.exp

Log Message:
make: with the option -de in jobs mode, output expanded commands

This helps tracking down the actual cause of build failures in build
systems like NetBSD's build.sh that use highly abstracted commands that
are mainly defined in terms of variables.


To generate a diff of this commit:
cvs rdiff -u -r1.436 -r1.437 src/usr.bin/make/job.c
cvs rdiff -u -r1.3 -r1.4 \
    src/usr.bin/make/unit-tests/opt-debug-errors-jobs.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