help-guix
[Top][All Lists]
Advanced

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

Re: Compiling a linux kernel from git


From: Tobias Geerinckx-Rice
Subject: Re: Compiling a linux kernel from git
Date: Sun, 07 Jul 2019 01:49:49 +0200

Tobias Geerinckx-Rice wrote:
(add-before 'configure 'fix-CPATH (lambda _ ;; Temporary hack to remove -checkout/include which breaks things. ;; Why is this not necessary when building in a ‘guix environment’ ;; and in the Guix
linux-libre package?    Git-checkout-related?  (setenv "CPATH"
(string-join (cdr (string-split (getenv "CPATH")
#\:))                     ":"))    #t))

Silly emacs, let's try that again:

 (add-before 'configure 'fix-CPATH
   (lambda _
;; Temporary hack to remove -checkout/include which breaks things. ;; Why is this not necessary when building in a ‘guix environment’ ;; and in the Guix linux-libre package? Git-checkout-related?
     (setenv "CPATH" (string-join
                      (cdr (string-split (getenv "CPATH") #\:))
                      ":"))
     #t))

Kind regards,

T G-R

Attachment: signature.asc
Description: PGP signature


reply via email to

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