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: Fri May 9 21:38:34 UTC 2025
Modified Files:
src/usr.bin/make: job.c
src/usr.bin/make/unit-tests: Makefile opt-debug-jobs.exp sh-errctl.exp
Log Message:
make: unify debug messages for parallel mode
Always print the process status in hex, with a leading "0x", to avoid
confusion for status 127f, which looks suspiciously decimal.
Prefix all process IDs with "pid", to be able to filter them easily.
Omit trailing whitespace when printing a command.
To generate a diff of this commit:
cvs rdiff -u -r1.504 -r1.505 src/usr.bin/make/job.c
cvs rdiff -u -r1.361 -r1.362 src/usr.bin/make/unit-tests/Makefile
cvs rdiff -u -r1.14 -r1.15 src/usr.bin/make/unit-tests/opt-debug-jobs.exp
cvs rdiff -u -r1.6 -r1.7 src/usr.bin/make/unit-tests/sh-errctl.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