From 8579304e8f4deaca33b816b2d56af1d814a03bde Mon Sep 17 00:00:00 2001 From: Xinglu Chen Date: Tue, 28 Sep 2021 17:27:32 +0200 Subject: =?UTF-8?q?build:=20Don=E2=80=99t=20delete=20=E2=80=98guix-gc.time?= =?UTF-8?q?r=E2=80=99=20file.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Without this invoking ‘make clean’ would remove ‘guix-gc.timer’, and ‘make’ would fail with. make[2]: *** No rule to make target 'etc/guix-gc.timer', needed by 'all-am'. Stop. * nix/local.mk (nodist_systemdservice_DATA): Remove ‘guix-gc.timer’. --- nix/local.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'nix') diff --git a/nix/local.mk b/nix/local.mk index d6b4d7faeb..44a26dd2c8 100644 --- a/nix/local.mk +++ b/nix/local.mk @@ -154,8 +154,7 @@ nodist_systemdservice_DATA = \ etc/gnu-store.mount \ etc/guix-daemon.service \ etc/guix-publish.service \ - etc/guix-gc.service \ - etc/guix-gc.timer + etc/guix-gc.service etc/%.mount: etc/%.mount.in \ $(top_builddir)/config.status -- cgit v1.2.3