From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Lirzin Subject: [PATCH 11/13] build: Delete emacs/guix-autoloads.el when 'make clean'. Date: Sun, 24 Jan 2016 21:19:29 +0100 Message-ID: <1453666771-16869-12-git-send-email-mthl@gnu.org> References: <1453666771-16869-1-git-send-email-mthl@gnu.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------2.7.0.rc3" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46323) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aNR99-0003aw-53 for guix-devel@gnu.org; Sun, 24 Jan 2016 15:20:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aNR98-0005ee-DR for guix-devel@gnu.org; Sun, 24 Jan 2016 15:20:27 -0500 In-Reply-To: <1453666771-16869-1-git-send-email-mthl@gnu.org> 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: guix-devel@gnu.org This is a multi-part message in MIME format. --------------2.7.0.rc3 Content-Type: text/plain; charset=UTF-8; format=fixed Content-Transfer-Encoding: quoted-printable * emacs.am (CLEANFILES) [HAVE_EMACS]: Add $(AUTOLOADS). --- emacs.am | 2 ++ 1 file changed, 2 insertions(+) --------------2.7.0.rc3 Content-Type: text/x-patch; name="0011-build-Delete-emacs-guix-autoloads.el-when-make-clean.patch" Content-Disposition: inline; filename="0011-build-Delete-emacs-guix-autoloads.el-when-make-clean.patch" Content-Transfer-Encoding: quoted-printable diff --git a/emacs.am b/emacs.am index 0342574..37cf183 100644 --- a/emacs.am +++ b/emacs.am @@ -67,4 +67,6 @@ $(AUTOLOADS): $(ELFILES) (update-directory-autoloads \ (expand-file-name \"emacs\" \"$(srcdir)\")))" =20 +CLEANFILES +=3D $(AUTOLOADS) + endif HAVE_EMACS --------------2.7.0.rc3--