guix-commits
[Top][All Lists]
Advanced

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

08/08: maint: 'authenticate' depends on a couple of .go files.


From: guix-commits
Subject: 08/08: maint: 'authenticate' depends on a couple of .go files.
Date: Mon, 25 May 2020 17:40:55 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit a1a3bd5f1f9819fd8183a1c5c45c7c02952576da
Author: Ludovic Courtès <address@hidden>
AuthorDate: Mon May 25 23:02:09 2020 +0200

    maint: 'authenticate' depends on a couple of .go files.
    
    * Makefile.am (authenticate): Add dependency on guix/{git,openpgp}.go.
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 3113e6b..5b64386 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -632,7 +632,7 @@ commit_v1_0_1 = d68de958b60426798ed62797ff7c96c327a672ac
 
 # Authenticate the current Git checkout by checking signatures on every commit
 # starting from $(commit_v1_0_1).
-authenticate:
+authenticate: guix/openpgp.go guix/git.go
        $(AM_V_at)echo "Authenticating Git checkout..." ;       \
        "$(top_builddir)/pre-inst-env" $(GUILE)                 \
          --no-auto-compile -e git-authenticate                 \



reply via email to

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