From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 11/13] build: Delete emacs/guix-autoloads.el when 'make clean'. Date: Tue, 26 Jan 2016 17:33:14 +0100 Message-ID: <874me0nvw5.fsf@gnu.org> References: <1453666771-16869-1-git-send-email-mthl@gnu.org> <1453666771-16869-12-git-send-email-mthl@gnu.org> 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]:40369) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aO6YT-0002cu-UI for guix-devel@gnu.org; Tue, 26 Jan 2016 11:33:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aO6YQ-0002RP-2b for guix-devel@gnu.org; Tue, 26 Jan 2016 11:33:21 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:39193) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aO6YP-0002RL-VO for guix-devel@gnu.org; Tue, 26 Jan 2016 11:33:17 -0500 In-Reply-To: <1453666771-16869-12-git-send-email-mthl@gnu.org> (Mathieu Lirzin's message of "Sun, 24 Jan 2016 21:19:29 +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: Mathieu Lirzin Cc: guix-devel@gnu.org Mathieu Lirzin skribis: > * emacs.am (CLEANFILES) [HAVE_EMACS]: Add $(AUTOLOADS). Additionally, $(AUTOLOADS) must be moved from =E2=80=98dist_lisp_DATA=E2=80= =99 to =E2=80=98nodist_lisp_DATA=E2=80=99. The commit=E2=80=99s subject line shou= ld become =E2=80=9CRemove guix-autoloads.el from the distribution.=E2=80=9D $(AUTOLOADS) were wrongfully part of the distribution. Ludo=E2=80=99.