guix-commits
[Top][All Lists]
Advanced

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

branch master updated: build: Don’t delete ‘guix-gc.timer’ file.


From: guix-commits
Subject: branch master updated: build: Don’t delete ‘guix-gc.timer’ file.
Date: Fri, 01 Oct 2021 04:58:32 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8579304  build: Don’t delete ‘guix-gc.timer’ file.
8579304 is described below

commit 8579304e8f4deaca33b816b2d56af1d814a03bde
Author: Xinglu Chen <public@yoctocell.xyz>
AuthorDate: Tue Sep 28 17:27:32 2021 +0200

    build: Don’t delete ‘guix-gc.timer’ file.
    
    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(-)

diff --git a/nix/local.mk b/nix/local.mk
index d6b4d7f..44a26dd 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



reply via email to

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