[lttng-dev] [PATCH lttng-ust] Fix: Quote CMAKE variable assignment in Makefile

Mathieu Desnoyers mathieu.desnoyers at efficios.com
Tue May 9 21:26:52 UTC 2017


Merged into 2.9, 2.10, master, thanks!

Mathieu

----- On May 9, 2017, at 4:55 PM, Michael Jeanson mjeanson at efficios.com wrote:

> Signed-off-by: Michael Jeanson <mjeanson at efficios.com>
> ---
> doc/examples/Makefile.am | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am
> index 9c72afa..493e07d 100644
> --- a/doc/examples/Makefile.am
> +++ b/doc/examples/Makefile.am
> @@ -145,8 +145,8 @@ all-local:
> 				cd $$subdir && \
> 				$(MKDIR_P) build && \
> 				cd build && \
> -				CC=$(CC) \
> -				CXX=$(CXX) \
> +				CC="$(CC)" \
> +				CXX="$(CXX)" \
> 				cmake \
> 				-DCMAKE_INCLUDE_PATH="$(abs_top_srcdir)/include;$(abs_top_builddir)/include" \
> 				-DCMAKE_LIBRARY_PATH="$(abs_top_builddir)/liblttng-ust/.libs" \
> --
> 2.7.4

-- 
Mathieu Desnoyers
EfficiOS Inc.
http://www.efficios.com


More information about the lttng-dev mailing list