From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] HACKING Date: Sat, 07 Dec 2013 12:13:04 +0100 Message-ID: <87eh5o52yn.fsf@gnu.org> References: <20131206083745.GA12004@jocasta.intra> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39746) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VpFot-0003uu-8H for guix-devel@gnu.org; Sat, 07 Dec 2013 06:13:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VpFon-0001cd-UY for guix-devel@gnu.org; Sat, 07 Dec 2013 06:13:11 -0500 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:37338) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VpFon-0001bD-OD for guix-devel@gnu.org; Sat, 07 Dec 2013 06:13:05 -0500 In-Reply-To: <20131206083745.GA12004@jocasta.intra> (John Darrington's message of "Fri, 6 Dec 2013 09:37:46 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: John Darrington Cc: guix-devel@gnu.org John Darrington skribis: > commit feae92498356789d19883424cc078e8e8827626b > Author: John Darrington > Date: Sun Dec 1 08:28:54 2013 +0100 > > HACKING: Updated advice about possible errors in ./bootstrap process. >=20=20=20=20=20 > Commit ff1cbb95383b25cf1d6b533c8a046329ee53d1db made errors due to > missing pkg.m4 appear earlier rather than later. This commit updates > the HACKING file to reflect that. Thanks, I=E2=80=99ve applied something similar. Ludo=E2=80=99.