[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 4/9] build: include Tools.mk first in tools/Rules.mk
On 07/23/12 13:34, Ian Campbell wrote: > On Wed, 2012-07-11 at 11:23 +0100, Roger Pau Monne wrote: >> Tools.mk should be included first, or PREFIX is not honoured in the >> other conf/ files that define the paths of several tools. > > Isn't it a bug for anything which is included/defined via > $(XEN_ROOT)/Config.mk to depend on the contents of > $(XEN_ROOT)/config/Tools.mk since for anything non-tools Tools.mk would > never be included at all? When you specify --prefix to configure then this has no effect w/o this patch. Christoph >> >> Signed-off-by: Roger Pau Monne <roger.pau@xxxxxxxxxx> >> --- >> tools/Rules.mk | 2 +- >> 1 files changed, 1 insertions(+), 1 deletions(-) >> >> diff --git a/tools/Rules.mk b/tools/Rules.mk >> index 1e928b7..2dd8ed3 100644 >> --- a/tools/Rules.mk >> +++ b/tools/Rules.mk >> @@ -3,8 +3,8 @@ >> # `all' is the default target >> all: >> >> -include $(XEN_ROOT)/Config.mk >> -include $(XEN_ROOT)/config/Tools.mk >> +include $(XEN_ROOT)/Config.mk >> >> export _INSTALL := $(INSTALL) >> INSTALL = $(XEN_ROOT)/tools/cross-install > > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@xxxxxxxxxxxxx > http://lists.xen.org/xen-devel > -- ---to satisfy European Law for business letters: Advanced Micro Devices GmbH Einsteinring 24, 85689 Dornach b. Muenchen Geschaeftsfuehrer: Alberto Bozzo, Andrew Bowd Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen Registergericht Muenchen, HRB Nr. 43632 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |