guix-commits
[Top][All Lists]
Advanced

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

branch master updated: build-system: linux-module: Break some long lines


From: guix-commits
Subject: branch master updated: build-system: linux-module: Break some long lines.
Date: Tue, 17 Mar 2020 11:52:34 -0400

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

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8d003ca  build-system: linux-module: Break some long lines.
8d003ca is described below

commit 8d003ca34499705d8dbccfcae4b7dd9bfe30c93c
Author: Mathieu Othacehe <address@hidden>
AuthorDate: Tue Mar 17 16:51:14 2020 +0100

    build-system: linux-module: Break some long lines.
    
    * gnu/build/linux-modules.scm (make-linux-module-builder, lower): Break some
    long commentary lines.
---
 guix/build-system/linux-module.scm | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/guix/build-system/linux-module.scm 
b/guix/build-system/linux-module.scm
index ba76ab8..1e1a07d 100644
--- a/guix/build-system/linux-module.scm
+++ b/guix/build-system/linux-module.scm
@@ -78,7 +78,8 @@
             (lambda* (#:key inputs outputs #:allow-other-keys)
               (let* ((out (assoc-ref outputs "out"))
                      (out-lib-build (string-append out "/lib/modules/build")))
-                ; TODO: Only preserve the minimum, i.e. [Kbuild], Kconfig, 
scripts, include, ".config".
+                ;; TODO: Only preserve the minimum, i.e. [Kbuild], Kconfig,
+                ;; scripts, include, ".config".
                 (copy-recursively "." out-lib-build)
                 (let* ((linux (assoc-ref inputs "linux")))
                   (install-file (string-append linux "/System.map")
@@ -111,7 +112,11 @@
                          ("linux-module-builder"
                          ,(make-linux-module-builder linux))
                          ,@native-inputs
-                         ;; TODO: Remove "gmp", "mpfr", "mpc" since they are 
only needed to compile the gcc plugins.  Maybe remove "flex", "bison", 
"elfutils", "perl", "openssl".  That leaves very little ("bc", "gcc", "kmod").
+                         ;; TODO: Remove "gmp", "mpfr", "mpc" since they are
+                         ;; only needed to compile the gcc plugins.  Maybe
+                         ;; remove "flex", "bison", "elfutils", "perl",
+                         ;; "openssl".  That leaves very little ("bc", "gcc",
+                         ;; "kmod").
                          ,@(package-native-inputs linux)))
          (outputs outputs)
          (build linux-module-build)



reply via email to

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