guix-patches
[Top][All Lists]
Advanced

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

[bug#41259] [PATCH] etc: Add a systemd unit to bind-mount @storedir@ rea


From: Marius Bakke
Subject: [bug#41259] [PATCH] etc: Add a systemd unit to bind-mount @storedir@ read-only.
Date: Thu, 14 May 2020 16:13:50 +0200
User-agent: Notmuch/0.29.3 (https://notmuchmail.org) Emacs/26.3 (x86_64-pc-linux-gnu)

Julien Lepiller <address@hidden> writes:

>>+etc/%.mount: etc/%.mount.in  \
>>+                      $(top_builddir)/config.status
>>+     $(AM_V_GEN)$(MKDIR_P) "`dirname $@`";   \
>>+     $(SED) -e 's|@''storedir''@|$(storedir)|' <     \
>>+            "$<" > "$@.tmp";         \
>>+     mv "$@.tmp" "$@"
>> 
>> etc/guix-%.service: etc/guix-%.service.in    \
>>                       $(top_builddir)/config.status
>
> I see that's how it's done with the existing service, but why sed the .in 
> file when we could let configure.ac take care of it?

Because --storedir can in theory be something like '$prefix/store',
which would not get properly expanded by configure.  See "Installation
Directory Variables" in the GNU Autoconf manual:

  
https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.69/html_node/Installation-Directory-Variables.html

(in particular scroll down to the notice about AC_CONFIG_FILES)

Attachment: signature.asc
Description: PGP signature


reply via email to

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