guix-commits
[Top][All Lists]
Advanced

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

01/01: grafts: Clarify the status of the workaround for <http://bugs.gnu


From: Leo Famulari
Subject: 01/01: grafts: Clarify the status of the workaround for <http://bugs.gnu.org/24659>.
Date: Tue, 14 Nov 2017 16:38:42 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 412716eff2d898f28636f68cb8761862f416cac3
Author: Leo Famulari <address@hidden>
Date:   Tue Nov 14 16:29:13 2017 -0500

    grafts: Clarify the status of the workaround for 
<http://bugs.gnu.org/24659>.
    
    * guix/build/graft.scm (mkdir-p*): Annotate.
---
 guix/build/graft.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/guix/build/graft.scm b/guix/build/graft.scm
index 3dce486..e567bff 100644
--- a/guix/build/graft.scm
+++ b/guix/build/graft.scm
@@ -214,6 +214,7 @@ an exception is caught."
           (print-exception port #f key args)
           (primitive-exit 1))))))
 
+;; We need this as long as we support Guile < 2.0.13.
 (define* (mkdir-p* dir #:optional (mode #o755))
   "This is a variant of 'mkdir-p' that works around
 <http://bugs.gnu.org/24659> by passing MODE explicitly in each 'mkdir' call."



reply via email to

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