~lttng/lttng-ust/lttng-ust

Viewing all changes in revision 2999.

  • Committer: Mathieu Desnoyers
  • Author(s): Michael Jeanson
  • Date: 2022-08-23 19:25:54 UTC
  • Revision ID: git-v1:2d2d38713aea27077b690f2756a901c2a0c06f8c
fix: 'make dist' without javah

Don't use 'BUILT_SOURCES' for the header file generated by javah /
javac, files added to this target will be generated on 'make dist'
regardless of the configuration or presence of the required tools.

Add proper make dependencies between the different targets instead of
using 'all-local'.

Set JAVAROOT to a temporary directory to properly clean class files and
avoid confusing javah when it's used to generate the JNI header.

Change-Id: I8544d0418039ba667d062cb01c924368ab702ab7
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: