RE: Parallel Build with GNU make

2016-02-02 Thread Martin Dorey
lto: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 sentence... See for c

Re: Parallel Build with GNU make

2016-02-02 Thread Howard Chu
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

Re: Parallel Build with GNU make

2016-02-02 Thread Roland Schwingel
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

Re: Parallel Build with GNU make

2016-02-01 Thread Eli Zaretskii
> 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

Parallel Build with GNU make

2016-02-01 Thread Nagarjuna Badigunchala (RBEI/EAP4)
Hello, 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 the above command, I can see that the GNU make is utilizing 40%-60% of CPU. When I execute