Re: [PATCH] perf/jvmti: add check for java alternatives cmd in Makefile

From: Arnaldo Carvalho de Melo
Date: Tue Feb 16 2016 - 09:31:32 EST


Em Tue, Feb 16, 2016 at 07:37:41AM +0100, Stephane Eranian escreveu:
> This patch modifies the jvmti makefile to check
> if /usr/sbin/java-update-alternatives is present.
> If so, then use it, if not then use the altenatives
> command. This helps handle the difference between
> Ubuntu and Fedora Linux distributions.

Thanks, tested and applied.

We need tho to better integrate it with the 'make install' target, so
that it gets built and installed, this way it will end up packaged by
distros.

That, together with documentation should be enough as a first step to
ease usage in a more widespread way.

What do you think?

- Arnaldo