From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:33153) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hGRY1-0007rT-Jv for guix-patches@gnu.org; Tue, 16 Apr 2019 13:07:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hGRXz-00047z-0K for guix-patches@gnu.org; Tue, 16 Apr 2019 13:07:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:52634) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hGRXy-00047r-Pg for guix-patches@gnu.org; Tue, 16 Apr 2019 13:07:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hGRXy-0005mI-HL for guix-patches@gnu.org; Tue, 16 Apr 2019 13:07:02 -0400 Subject: [bug#34982] [PATCH] guile-build-system: Support building in parallel. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190324212345.4697-1-mail@cbaines.net> <87lg0w4om6.fsf@gnu.org> <87o95km2p3.fsf@cbaines.net> Date: Tue, 16 Apr 2019 19:06:04 +0200 In-Reply-To: <87o95km2p3.fsf@cbaines.net> (Christopher Baines's message of "Sat, 06 Apr 2019 00:50:48 +0100") Message-ID: <87o955ev7n.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Christopher Baines Cc: 34982@debbugs.gnu.org Hello Christopher! Christopher Baines skribis: > I've sent a new patch with an updated approach now, I started with the > n-par-for-each procedure, and adapted it. It seems to work, let me know > what you think :) Sorry for the delay, but=E2=80=A6 where=E2=80=99s the new patch? Ludo=E2=80=99.