[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Remove CPPFLAGS_XEN
From: |
Olaf Hering |
Subject: |
Re: [PATCH] Remove CPPFLAGS_XEN |
Date: |
Mon, 11 May 2015 13:30:13 +0200 |
User-agent: |
Mutt/1.5.22.rev6346 (2013-10-29) |
On Mon, May 11, Vladimir 'phcoder' Serbinenko wrote:
> What is the problem you're trying to solve? We shouldn't require user to pass
> additional parameters for common cases of we can avoid it
My xen headers are in /odd/path, so I first tried
env CPPFLAGS_XEN=/odd/path/include ./configure && make
This failed because CPPFLAGS_XEN is a private make variable. Later I
looked at ./configure --help and noticed the CPPFLAGS variable, wich is
aoppearently the prefered way to specify them.
And the common case is maybe that /usr/include already has the xen
headers, in which case CPPFLAGS_XEN is not needed. I assume the initial
change should have done what my patch does.
Olaf
- [PATCH] Remove CPPFLAGS_XEN, Olaf Hering, 2015/05/11
- Re: [PATCH] Remove CPPFLAGS_XEN, Vladimir 'phcoder' Serbinenko, 2015/05/11
- Re: [PATCH] Remove CPPFLAGS_XEN,
Olaf Hering <=
- Re: [PATCH] Remove CPPFLAGS_XEN, Vladimir 'phcoder' Serbinenko, 2015/05/11
- Re: [PATCH] Remove CPPFLAGS_XEN, Olaf Hering, 2015/05/11
- Re: [PATCH] Remove CPPFLAGS_XEN, Olaf Hering, 2015/05/13
- Re: [PATCH] Remove CPPFLAGS_XEN, Olaf Hering, 2015/05/13
- Re: [PATCH] Remove CPPFLAGS_XEN, Andrei Borzenkov, 2015/05/13
Re: [PATCH] Remove CPPFLAGS_XEN, Andrei Borzenkov, 2015/05/11