From: mathieu.desnoyers@efficios.com (Mathieu Desnoyers)
Subject: [lttng-dev] [PATCH lttng-ust] build: pass configure flags to cmake example
Date: Mon, 3 Oct 2016 15:11:02 +0000 (UTC) [thread overview]
Message-ID: <60134637.43630.1475507462650.JavaMail.zimbra@efficios.com> (raw)
In-Reply-To: <1475505765-22557-1-git-send-email-jonathan.rajotte-julien@efficios.com>
Merged into master, thanks!
Mathieu
----- On Oct 3, 2016, at 10:42 AM, Jonathan Rajotte jonathan.rajotte-julien at efficios.com wrote:
> Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien at efficios.com>
> ---
> doc/examples/Makefile.am | 8 +++++++-
> 1 file changed, 7 insertions(+), 1 deletion(-)
>
> diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am
> index c7e5b68..5d67e79 100644
> --- a/doc/examples/Makefile.am
> +++ b/doc/examples/Makefile.am
> @@ -149,7 +149,13 @@ all-local:
> cd $(SUBDIRS_CMAKE) && \
> $(MKDIR_P) build && \
> cd build && \
> - cmake
> -DCMAKE_INCLUDE_PATH="$(abs_top_srcdir)/include;$(abs_top_builddir)/include"
> -DCMAKE_LIBRARY_PATH="$(abs_top_builddir)/liblttng-ust/.libs" .. && \
> + cmake \
> +
> -DCMAKE_INCLUDE_PATH="$(abs_top_srcdir)/include;$(abs_top_builddir)/include"
> \
> + -DCMAKE_LIBRARY_PATH="$(abs_top_builddir)/liblttng-ust/.libs" \
> + -DCMAKE_C_FLAGS="$(CFLAGS) $(CPPFLAGS)" \
> + -DCMAKE_CXX_FLAGS="$(CXXFLAGS) $(CPPFLAGS)" \
> + -DCMAKE_EXE_LINKER_FLAGS="$(LDFLAGS)" \
> + .. && \
> $(MAKE) && \
> cd .. \
> ) || exit 1; \
> --
> 2.7.4
--
Mathieu Desnoyers
EfficiOS Inc.
http://www.efficios.com
prev parent reply other threads:[~2016-10-03 15:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-03 14:42 Jonathan Rajotte
2016-10-03 15:11 ` Mathieu Desnoyers [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=60134637.43630.1475507462650.JavaMail.zimbra@efficios.com \
--to=mathieu.desnoyers@efficios.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox