Martin Dorey wrote:
-Original Message-
From: bug-make-bounces+martin.dorey=hds@gnu.org
[mailto:bug-make-bounces+martin.dorey=hds@gnu.org] On Behalf Of Roland
Schwingel
Sent: Monday, February 01, 2016 23:40
To: Eli Zaretskii; bug-make@gnu.org
Subject: Re: Parallel Build with GNU
.@gnu.org
[mailto:bug-make-bounces+martin.dorey=hds@gnu.org] On Behalf Of Roland
Schwingel
Sent: Monday, February 01, 2016 23:40
To: Eli Zaretskii; bug-make@gnu.org
Subject: Re: Parallel Build with GNU make
Sorry for following up on my own post,but there has been a "bug" in the
last senten
Sorry for following up on my own post,but there has been a "bug" in the
last sentence... See for correction below
Am 02.02.2016 um 08:35 schrieb Roland Schwingel:
Hi...
Eli Zaretskii wrote on 01.02.2016 20:14:17:
> Add "--debug=j" to the make command-line switches and see if it
> launches m
Hi...
Eli Zaretskii wrote on 01.02.2016 20:14:17:
> Add "--debug=j" to the make command-line switches and see if it
> launches more than one command at a time.
>
> Anyway, your makefile.mak file can be written in such a way as to
> effectively prohibit parallelism, due to how it lays out depende
> From: "Nagarjuna Badigunchala (RBEI/EAP4)"
>
> Date: Mon, 1 Feb 2016 11:18:38 +
>
> Can somebody tell me how to use the parallelism feature of GNU make?
> I tried to use the following command for parallel build but it is not working.
> Make –j 7 –f makefile.mak build
> When I execute