guix-commits
[Top][All Lists]
Advanced

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

03/36: gnu: gnu-c-manual: Use invoke.


From: Mark H. Weaver
Subject: 03/36: gnu: gnu-c-manual: Use invoke.
Date: Thu, 12 Apr 2018 04:09:17 -0400 (EDT)

mhw pushed a commit to branch core-updates
in repository guix.

commit 9feb4fd589d0068730bd3fe28cc5e847bd99122b
Author: Mark H Weaver <address@hidden>
Date:   Fri Mar 16 01:55:07 2018 -0400

    gnu: gnu-c-manual: Use invoke.
    
    * gnu/packages/gcc.scm (gnu-c-manual)[arguments]: Use invoke.
---
 gnu/packages/gcc.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index 3fc95fa..3a34ffb 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -909,9 +909,9 @@ effective code.")
                   (delete 'check)
                   (replace 'build
                            (lambda _
-                             (zero? (system* "make"
-                                             "gnu-c-manual.info"
-                                             "gnu-c-manual.html"))))
+                             (invoke "make"
+                                     "gnu-c-manual.info"
+                                     "gnu-c-manual.html")))
                   (replace 'install
                            (lambda* (#:key outputs #:allow-other-keys)
                              (let* ((out (assoc-ref outputs "out"))



reply via email to

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