|
From: | Juergen Sauermann |
Subject: | Re: [Bug-apl] AM_MAKEFLAGS = -j 4 |
Date: | Fri, 29 Jul 2016 16:08:41 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 |
Hi Xtian, unfortunately it is not that easy. make does not pass its -j option to sub-makes. Simply removing -j 4 from AM_MAKEFLAGS would therefore slow down the builds for all GNU APL users because the top-level -j 128 would not make it to the sub-make in the src directory. The sub-make in src uses AM_MAKEFLAGS and not the make flags of the initial make. I have therefore not removed the -j option from src/Makefile* but instead added a MAKE_J option to ./configure that allows you to control the -j option in every make. In your case ./configure MAKE_J=1 should do it. SVN 782. /// Jürgen On 07/28/2016 03:54 AM, Christian
Robert wrote:
Juergen, |
[Prev in Thread] | Current Thread | [Next in Thread] |