guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 2/4] build: Produce 'guix-config' instead of using compile-ti


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
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Mathieu Lirzin (2015-08-06 20:50 +0300) wrote:

> From 4ed6955bf3edf2b3979e47958412ad41d2bc191e Mon Sep 17 00:00:00 2001
> From: Mathieu Lirzin <address@hidden>
> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]