guix-commits
[Top][All Lists]
Advanced

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

branch master updated: build: Do not fail when 'git' is missing.


From: guix-commits
Subject: branch master updated: build: Do not fail when 'git' is missing.
Date: Thu, 04 May 2023 12:45:55 -0400

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

civodul pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a5d719012e build: Do not fail when 'git' is missing.
a5d719012e is described below

commit a5d719012e0f5115aa89b767edc1fe1a3505915c
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu May 4 18:40:49 2023 +0200

    build: Do not fail when 'git' is missing.
    
    This is a followup to 8b972da068708a8b17f3ab153ea940690ca49ca9.
    
    * Makefile.am (.git/config): Add dash.
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 4a9124e0c2..3e4fb90a68 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1118,7 +1118,7 @@ cuirass-jobs: $(GOBJECTS)
        cp etc/git/pre-push .git/hooks/pre-push
 
 .git/config: etc/git/gitconfig
-       git config include.path ../etc/git/gitconfig
+       -git config include.path ../etc/git/gitconfig
 
 nodist_noinst_DATA = .git/hooks/pre-push .git/config
 



reply via email to

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