[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bash parallel build: make[1]: warning: -j16 forced in submake: reset
From: |
Chet Ramey |
Subject: |
Re: bash parallel build: make[1]: warning: -j16 forced in submake: resetting jobserver mode. |
Date: |
Mon, 22 Apr 2024 11:58:00 -0400 |
User-agent: |
Mozilla Thunderbird |
On 4/20/24 2:02 AM, Cedric Blancher wrote:
You can check what env the submake in question has and which recipe
runs it and see where this setting comes from.
We were only using
make -j16 all
at the bash base dir. That should NOT trigger this warning.
Bash passes ${MFLAGS} to makes in subdirectories; that variable gets
whatever make puts in it, which includes the -jN option. It's that
submake that decides to print that warning. Bash could mark some
subdirectory targets as not parallel, but why would we do that?
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU chet@case.edu http://tiswww.cwru.edu/~chet/
OpenPGP_signature.asc
Description: OpenPGP digital signature
- bash parallel build: make[1]: warning: -j16 forced in submake: resetting jobserver mode., Cedric Blancher, 2024/04/13
- Re: bash parallel build: make[1]: warning: -j16 forced in submake: resetting jobserver mode., Dmitry Goncharov, 2024/04/13
- Re: bash parallel build: make[1]: warning: -j16 forced in submake: resetting jobserver mode., Cedric Blancher, 2024/04/20
- Re: bash parallel build: make[1]: warning: -j16 forced in submake: resetting jobserver mode.,
Chet Ramey <=
- Re: bash parallel build: make[1]: warning: -j16 forced in submake: resetting jobserver mode., Chet Ramey, 2024/04/22
- Re: bash parallel build: make[1]: warning: -j16 forced in submake: resetting jobserver mode., Dan Shelton, 2024/04/25
- Re: bash parallel build: make[1]: warning: -j16 forced in submake: resetting jobserver mode., Cedric Blancher, 2024/04/26
- Re: bash parallel build: make[1]: warning: -j16 forced in submake: resetting jobserver mode., Oğuz, 2024/04/26
- Re: bash parallel build: make[1]: warning: -j16 forced in submake: resetting jobserver mode., Chet Ramey, 2024/04/26