guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: SeaBIOS: Build verbosely.


From: guix-commits
Subject: 05/07: gnu: SeaBIOS: Build verbosely.
Date: Sat, 17 Dec 2022 11:09:32 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit f7793ce0e0d4e45459ed1cd485c7ff39f3bcd90d
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Dec 17 01:09:16 2022 +0100

    gnu: SeaBIOS: Build verbosely.
    
    * gnu/packages/firmware.scm (seabios)[arguments]: Add "V=1" to #:make-flags.
---
 gnu/packages/firmware.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/firmware.scm b/gnu/packages/firmware.scm
index 09a6a1a909..781d8ae004 100644
--- a/gnu/packages/firmware.scm
+++ b/gnu/packages/firmware.scm
@@ -416,7 +416,8 @@ executing in M-mode.")
     (native-inputs (list python-wrapper))
     (arguments
      `(#:tests? #f                      ; no check target
-       #:make-flags '("EXTRAVERSION=-guix") ;upstream wants distros to set this
+       #:make-flags '("EXTRAVERSION=-guix" ;upstream wants distros to set this
+                      "V=1")            ;build verbosely
        #:modules (,@%gnu-build-system-modules
                   (ice-9 match))
        #:phases



reply via email to

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