]> git.ipfire.org Git - thirdparty/make.git/commit
[SV 63981] Don't warn on explicit -j1
authorPaul Smith <psmith@gnu.org>
Sun, 2 Apr 2023 14:29:37 +0000 (10:29 -0400)
committerPaul Smith <psmith@gnu.org>
Sun, 2 Apr 2023 14:29:37 +0000 (10:29 -0400)
commit54b3202f8da0761c7d5a3410313f0a32eb63ef8b
treea653108d17670cc08d74b231f465dce805075164
parent5111087e120b3146aed8a958c38684f6d9d6c257
[SV 63981] Don't warn on explicit -j1

If -j1 is given explicitly on the command line don't warn about it.

* src/main.c (main): Skip the warning if -j1.
* tests/scripts/features/jobserver: Add a test for this behavior.
src/main.c
tests/scripts/features/jobserver