On Tue, Nov 29, 2016 at 08:54:26AM -0800, Jason Ekstrand wrote:
> On Tue, Nov 29, 2016 at 8:47 AM, Ville Syrjälä <
> ville.syrj...@linux.intel.com> wrote:
>
> > On Tue, Nov 29, 2016 at 08:28:55AM -0800, Jason Ekstrand wrote:
> > > On Tue, Nov 29, 2016 at 1:23 AM, wrote:
> > >
> > > > From: Ville
On Tue 29 Nov 2016, ville.syrj...@linux.intel.com wrote:
> From: Ville Syrjälä
>
> Set the include paths to consider in-tree headers before out-of-tree
> headers.
>
> Avoids the build failing due to stale headers being present in
> $prefix. Previosuly 'make -ki install' or something similar was
On Tue, Nov 29, 2016 at 8:47 AM, Ville Syrjälä <
ville.syrj...@linux.intel.com> wrote:
> On Tue, Nov 29, 2016 at 08:28:55AM -0800, Jason Ekstrand wrote:
> > On Tue, Nov 29, 2016 at 1:23 AM, wrote:
> >
> > > From: Ville Syrjälä
> > >
> > > Set the include paths to consider in-tree headers before
On Tue, Nov 29, 2016 at 08:28:55AM -0800, Jason Ekstrand wrote:
> On Tue, Nov 29, 2016 at 1:23 AM, wrote:
>
> > From: Ville Syrjälä
> >
> > Set the include paths to consider in-tree headers before out-of-tree
> > headers.
> >
> > Avoids the build failing due to stale headers being present in
> >
On Tue, Nov 29, 2016 at 1:23 AM, wrote:
> From: Ville Syrjälä
>
> Set the include paths to consider in-tree headers before out-of-tree
> headers.
>
> Avoids the build failing due to stale headers being present in
> $prefix. Previosuly 'make -ki install' or something similar was required
> to upd
From: Ville Syrjälä
Set the include paths to consider in-tree headers before out-of-tree
headers.
Avoids the build failing due to stale headers being present in
$prefix. Previosuly 'make -ki install' or something similar was required
to update the out-of-tree headers to allow the build to succee