From: Tobias Geerinckx-Rice <me@tobias.gr>
To: help-guix@gnu.org, Christopher Lemmer Webber <cwebber@dustycloud.org>
Subject: Re: Compiling a linux kernel from git
Date: Sun, 07 Jul 2019 01:49:49 +0200 [thread overview]
Message-ID: <87muhqd8pu.fsf@nckx> (raw)
In-Reply-To: <87pnmmd93a.fsf@nckx>
[-- Attachment #1: Type: text/plain, Size: 957 bytes --]
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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]
prev parent reply other threads:[~2019-07-06 23:49 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-06 16:01 Compiling a linux kernel from git Christopher Lemmer Webber
2019-07-06 22:21 ` Mark H Weaver
2019-07-07 3:57 ` Mark H Weaver
2019-07-07 7:00 ` Christopher Lemmer Webber
2019-07-07 23:30 ` Mark H Weaver
2019-07-06 23:41 ` Tobias Geerinckx-Rice
2019-07-06 23:49 ` Tobias Geerinckx-Rice [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87muhqd8pu.fsf@nckx \
--to=me@tobias.gr \
--cc=cwebber@dustycloud.org \
--cc=help-guix@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.