[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #56701] Do not allow -j without a number
From: |
INVALID.NOREPLY |
Subject: |
[bug #56701] Do not allow -j without a number |
Date: |
Wed, 23 Jun 2021 08:36:08 -0400 (EDT) |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0 |
Follow-up Comment #6, bug #56701 (project make):
For some reason I always assumed -j without an argument was equivalent to -j
$(nproc).
It certainly can't be made illegal without breaking compatibility with
existing systems that execute make.
Making it equivalent to any number other than unlimited *could* break
compatibility if there is some script out there which relies on infinite
parallel jobs to avoid a deadlock. -l is likely to avoid this since deadlocked
jobs will not contribute to system load.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?56701>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug #56701] Do not allow -j without a number,
INVALID.NOREPLY <=