From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32997) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ew4R0-0006xW-36 for guix-patches@gnu.org; Wed, 14 Mar 2018 07:19:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ew4Qw-0005az-4b for guix-patches@gnu.org; Wed, 14 Mar 2018 07:19:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:52565) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ew4Qw-0005ar-1Z for guix-patches@gnu.org; Wed, 14 Mar 2018 07:19:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ew4Qv-0006VB-Sn for guix-patches@gnu.org; Wed, 14 Mar 2018 07:19:01 -0400 Subject: bug#30772: [PATCH 0/2] Factorize the 'bootstrap' phase Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180311211253.13430-1-ludo@gnu.org> Date: Wed, 14 Mar 2018 12:18:06 +0100 In-Reply-To: <20180311211253.13430-1-ludo@gnu.org> ("Ludovic \=\?utf-8\?Q\?Cou\?\= \=\?utf-8\?Q\?rt\=C3\=A8s\=22's\?\= message of "Sun, 11 Mar 2018 22:12:53 +0100") Message-ID: <87y3iuykgh.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: 30772-done@debbugs.gnu.org Ludovic Court=C3=A8s skribis: > This patch adds an unconditional =E2=80=98bootstrap=E2=80=99 phase to the= =E2=80=98gnu=E2=80=99 build > system. The phase does nothing when there=E2=80=99s already a =E2=80=98c= onfigure=E2=80=99 > script; otherwise it does the usual thing, and tries to adjust to the > most common conventions. There are still some cases where we need to > keep a custom =E2=80=98bootstrap=E2=80=99 phase, but that=E2=80=99s fine. Pushed! Ludo=E2=80=99.