guix-patches
[Top][All Lists]
Advanced

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

[bug#41643] [PATCH] build-system: linux-module: Allow passing #:make-fla


From: Mathieu Othacehe
Subject: [bug#41643] [PATCH] build-system: linux-module: Allow passing #:make-flags argument.
Date: Tue, 02 Jun 2020 11:05:16 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Hello Danny,

>              (string-append "INSTALL_PATH=" out)
>              (string-append "INSTALL_MOD_PATH=" out)
>              "INSTALL_MOD_STRIP=1"
> -            "modules_install")))
> +            "modules_install"
> +            (or make-flags '()))))

Maybe it would be clearer to have the flags before the make 'target'.

Otherwise this looks ok,

Thanks,

Mathieu





reply via email to

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