From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: [PATCH 2/4] build: Produce 'guix-config' instead of using compile-time tricks. Date: Thu, 13 Aug 2015 11:04:15 +0300 Message-ID: <87h9o38vi8.fsf@gmail.com> References: <1438033720-30958-1-git-send-email-mthl@openmailbox.org> <1438033720-30958-3-git-send-email-mthl@openmailbox.org> <87pp3bl5si.fsf@gmail.com> <87egjgz4pf.fsf@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55843) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPnUq-0003o4-0V for guix-devel@gnu.org; Thu, 13 Aug 2015 04:04:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZPnUm-0005Zo-Ne for guix-devel@gnu.org; Thu, 13 Aug 2015 04:04:19 -0400 Received: from mail-lb0-x22e.google.com ([2a00:1450:4010:c04::22e]:34980) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPnUm-0005Ze-FJ for guix-devel@gnu.org; Thu, 13 Aug 2015 04:04:16 -0400 Received: by lbcbn3 with SMTP id bn3so22531170lbc.2 for ; Thu, 13 Aug 2015 01:04:14 -0700 (PDT) In-Reply-To: <87egjgz4pf.fsf@openmailbox.org> (Mathieu Lirzin's message of "Thu, 06 Aug 2015 19:50:36 +0200") 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 (2015-08-06 20:50 +0300) wrote: > From 4ed6955bf3edf2b3979e47958412ad41d2bc191e Mon Sep 17 00:00:00 2001 > From: Mathieu Lirzin > Date: Thu, 6 Aug 2015 11:36:53 +0200 > Subject: [PATCH 1/3] build: Produce 'guix-config' instead of using > compile-time tricks. > > * emacs/guix-config.el.in: New file. > * emacs/guix-{init,profiles}.el.in: Rename to ... > * emacs/guix-{init,profiles}.el: ... these. New files. > Use 'guix-config'. > * .gitignore, configure.ac: Adjust accordingly. > --- > .gitignore | 3 +-- > configure.ac | 3 +-- > emacs/guix-config.el.in | 31 +++++++++++++++++++++++ > emacs/guix-init.el | 19 ++++++++++++++ > emacs/guix-init.el.in | 19 -------------- > emacs/guix-profiles.el | 64 +++++++++++++++++++++++++++++++++++++++++++++++ > emacs/guix-profiles.el.in | 62 --------------------------------------------- > 7 files changed, 116 insertions(+), 85 deletions(-) > create mode 100644 emacs/guix-config.el.in > create mode 100644 emacs/guix-init.el > delete mode 100644 emacs/guix-init.el.in > create mode 100644 emacs/guix-profiles.el > delete mode 100644 emacs/guix-profiles.el.in I forgot one thing. There is also "emacs.am" file, which should be adjusted accordingly: i.e., to move "guix-init.el" and "guix-profiles.el" into ELFILES and to add "guix-config.el" to nodist_lisp_DATA. -- Alex