summaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorCharles Roelli <charles@aurox.ch>2026-05-01 10:42:51 +0200
committerLudovic Courtès <ludo@gnu.org>2026-05-03 22:45:53 +0200
commit9d0bb1ef2671fd2c8f30a96660b4dfa2ee27ae4d (patch)
treed4e6a3d8bce4aaa0c6d08b6e3d385ca8c50d48f9 /nix
parent2b94e23e7cf142c172b04d9d0d5fb49c1a84a26b (diff)
build: Fix out-of-tree make.
* doc/local.mk (lang_to_texinfo): Refer to .texi files using srcdir. (xref_command): Reference pre-inst-env using builddir. ($(srcdir)/%D%/guix.%.texi): ($(srcdir)/%D%/guix-cookbook.%.texi): ($(srcdir)/%D%/contributing.%.texi): Refer to source files using srcdir. * nix/local.mk (etc/guix-gc.timer): Use the name of the prerequisite, not just its file name. Change-Id: I247bcd873c8355d0eae07870ec849d2eb8cfa6c5 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Merges: #8267
Diffstat (limited to 'nix')
-rw-r--r--nix/local.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/local.mk b/nix/local.mk
index 2c93670843c..9a529da0000 100644
--- a/nix/local.mk
+++ b/nix/local.mk
@@ -162,7 +162,7 @@ etc/guix-%.service: etc/guix-%.service.in \
162etc/guix-gc.timer: etc/guix-gc.timer.in \ 162etc/guix-gc.timer: etc/guix-gc.timer.in \
163 $(top_builddir)/config.status 163 $(top_builddir)/config.status
164 $(AM_V_GEN)$(MKDIR_P) "`dirname $@`"; \ 164 $(AM_V_GEN)$(MKDIR_P) "`dirname $@`"; \
165 cp "$@.in" "$@" 165 cp "$<" "$@"
166 166
167# The service script for sysvinit. 167# The service script for sysvinit.
168sysvinitservicedir = $(sysconfdir)/init.d 168sysvinitservicedir = $(sysconfdir)/init.d