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 May 11 20:17:09 UTC 2025

Modified Files:
        src/usr.bin/make: main.c
        src/usr.bin/make/unit-tests: opt-jobs-internal.exp opt-jobs-internal.mk

Log Message:
make: clean up error message for malformed internal -J option

There's no point printing the usage, as the problem is typically
somewhere else. Reword the message to be easier to parse.


To generate a diff of this commit:
cvs rdiff -u -r1.646 -r1.647 src/usr.bin/make/main.c
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/make/unit-tests/opt-jobs-internal.exp
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/make/unit-tests/opt-jobs-internal.mk

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