guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: make-u-boot-package: Build verbosily.


From: guix-commits
Subject: branch master updated: gnu: make-u-boot-package: Build verbosily.
Date: Wed, 14 Dec 2022 10:39:41 -0500

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

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 1b6e251ed1 gnu: make-u-boot-package: Build verbosily.
1b6e251ed1 is described below

commit 1b6e251ed1bae7aa2f544e8ccb6b4aaf872e77e6
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Dec 13 13:53:47 2022 -0500

    gnu: make-u-boot-package: Build verbosily.
    
    * gnu/packages/bootloaders.scm (make-u-boot-package)
    [arguments] <make-flags>: Add KBUILD_VERBOSE=1.
---
 gnu/packages/bootloaders.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index 0917095627..3c96453e5c 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -817,6 +817,7 @@ appended to the package description."
          #:test-target "test"
          #:make-flags
          (list "HOSTCC=gcc"
+               "KBUILD_VERBOSE=1"
                ,@(if (not (same-arch?))
                      `((string-append "CROSS_COMPILE=" ,triplet "-"))
                      '()))



reply via email to

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