guix-commits
[Top][All Lists]
Advanced

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

branch master updated: build: linux-module: Do not inherit the install-d


From: guix-commits
Subject: branch master updated: build: linux-module: Do not inherit the install-doc phase.
Date: Tue, 29 Nov 2022 20:18:03 -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 b4be83b6ac build: linux-module: Do not inherit the install-doc phase.
b4be83b6ac is described below

commit b4be83b6ac7e2139bec5d3eaafcf8af6cbe50856
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Nov 29 20:08:21 2022 -0500

    build: linux-module: Do not inherit the install-doc phase.
    
    This is a followup commit to aaf1f18b8044142515ff868bcbd2b72b81ced3ec, 
itself
    a followup to 82c43b276dd5e60c81ad2c040a9d945befc4bc88 (gnu:
    linux-libre: Enable building info doc).
    
    * guix/build-system/linux-module.scm
    (make-linux-module-builder) [phases]: Also delete inherited 'install-doc 
phase.
    
    Reported-by: John Kehayias <john.kehayias@protonmail.com>
---
 guix/build-system/linux-module.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/guix/build-system/linux-module.scm 
b/guix/build-system/linux-module.scm
index 53b6decdfb..c1ddeaea10 100644
--- a/guix/build-system/linux-module.scm
+++ b/guix/build-system/linux-module.scm
@@ -68,6 +68,7 @@
                 (invoke "make" "modules_prepare")))
             (delete 'strip)             ;faster
             (delete 'build-doc)         ;costly and not useful here
+            (delete 'install-doc)
             (replace 'install
               (lambda* (#:key inputs #:allow-other-keys)
                 (let ((out-lib-build (string-append #$output 
"/lib/modules/build")))



reply via email to

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