Re: [dpdk-dev] [PATCH] devtools: fix check of ccache for meson build

2019-09-13 Thread Thomas Monjalon
13/09/2019 11:46, Luca Boccassi: > On Fri, 2019-09-13 at 09:34 +0200, Thomas Monjalon wrote: > > The meson build test fails if ccache is not available. > > The use of ccache must be optional. > > And if used, the compiler to check is the last word of $CC. > > > > Fixes: e0ae780e6569 ("devtools: te

Re: [dpdk-dev] [PATCH] devtools: fix check of ccache for meson build

2019-09-13 Thread Bruce Richardson
On Fri, Sep 13, 2019 at 09:34:25AM +0200, Thomas Monjalon wrote: > The meson build test fails if ccache is not available. > The use of ccache must be optional. > And if used, the compiler to check is the last word of $CC. > > Fixes: e0ae780e6569 ("devtools: test compiler availability only once") >

Re: [dpdk-dev] [PATCH] devtools: fix check of ccache for meson build

2019-09-13 Thread Luca Boccassi
On Fri, 2019-09-13 at 09:34 +0200, Thomas Monjalon wrote: > The meson build test fails if ccache is not available. > The use of ccache must be optional. > And if used, the compiler to check is the last word of $CC. > > Fixes: e0ae780e6569 ("devtools: test compiler availability only > once") > > S

[dpdk-dev] [PATCH] devtools: fix check of ccache for meson build

2019-09-13 Thread Thomas Monjalon
The meson build test fails if ccache is not available. The use of ccache must be optional. And if used, the compiler to check is the last word of $CC. Fixes: e0ae780e6569 ("devtools: test compiler availability only once") Signed-off-by: Thomas Monjalon --- This script is failing now because a