All of lore.kernel.org
 help / color / mirror / Atom feed
From: Guillaume Rousse <Guillaume.Rousse@inria.fr>
To: Keir Fraser <Keir.Fraser@cl.cam.ac.uk>
Cc: xen-devel@lists.xensource.com
Subject: Re: building xen without mercury repository access
Date: Thu, 07 Feb 2008 10:17:26 +0100	[thread overview]
Message-ID: <47AACCA6.4010209@inria.fr> (raw)
In-Reply-To: <C3D06F66.137B3%Keir.Fraser@cl.cam.ac.uk>

Keir Fraser a écrit :
>> However, I just found out than using the repository was just the default
>> behaviour. The following env variables allow to use a local pristine
>> kernel tarball:
>> export XEN_LINUX_SOURCE=tarball
>> export KETCHUP=/bin/true
>>
>> It's just a bit difficult to grab in the makefile to find it :/
> 
> You can override them on the make command line.
The problem is not to set them, but to find their existence and their
effect, as they are documented nowhere. Having all of them centralized
and documented in a single configuration file, which would be included
by all makefile, would be simpler.

And technically, you can't override all of those variables on command
line, given the high number of recursive make invocation losing some of
them (pae switch, for instance). It's safer to rely on environment
there. Which is troublesome when your build process involves two
distinct steps (building and installing), each starting with a fresh
environment. I've been hit many time by issues such as the following
sequence resulting in a non-pae kernel being installed...
pae=y make kernels
make linux-2.6-xen-install

Here again, a configuration file would make easier to ensure consistency.
-- 
Guillaume Rousse
Moyens Informatiques - INRIA Futurs
Tel: 01 69 35 69 62

  reply	other threads:[~2008-02-07  9:17 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-05 17:54 building xen without mercury repository access Guillaume Rousse
2008-02-05 19:08 ` Keir Fraser
2008-02-06 22:10   ` Guillaume Rousse
2008-02-07  8:18     ` Keir Fraser
2008-02-07  9:17       ` Guillaume Rousse [this message]
2008-02-07 10:33         ` Yves-Gaël Chény
2008-02-11 22:32       ` Guillaume Rousse
2008-02-11 22:40         ` Valter Douglas Lisbôa Jr.
2008-02-11 23:10         ` Keir Fraser
2008-02-12 10:27           ` Ian Jackson
2008-02-12 10:43             ` Guillaume Rousse
2008-02-12 10:46               ` Keir Fraser
2008-02-12 11:02                 ` Ian Jackson
2008-02-12 11:25                   ` Maximilian Wilhelm
2008-02-12 11:34                     ` Keir Fraser
2008-02-13  9:30                   ` Guillaume Rousse

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=47AACCA6.4010209@inria.fr \
    --to=guillaume.rousse@inria.fr \
    --cc=Keir.Fraser@cl.cam.ac.uk \
    --cc=xen-devel@lists.xensource.com \
    /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.
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.