From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH] Add INSTALL file Date: Sat, 18 Oct 2014 21:47:56 +0100 Message-ID: <5442D1FC.4050704@linaro.org> References: <1413557458-20322-1-git-send-email-olaf@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1413557458-20322-1-git-send-email-olaf@aepfle.de> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Olaf Hering , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org Hi Olaf, On 17/10/2014 15:50, Olaf Hering wrote: > +Variables recognized by make > +========================== There is a bunch of variables missing in this section such as: - XEN_TARGET_ARCH: specify for which architecture we want to build Xen - CROSS_COMPILE: prefix of the toolchain (including the trailing dash "-") This is very useful for compiling Xen ARM as it may be very slow to compile on the board. > + > +The following variables are recognized by the build system. They have to > +be passed as make options, like 'make variable=value'. Having these > +variables in the environment, like 'env variable=value make', will not > +work for most of them. > + > +The well known variable to specify an offset during make install, > +useful for packaing. NIT: packaging [..] > +Do a build to for coverage. Did you meant "Do a build for coverage"? > +coverage=y Regards, -- Julien Grall