projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51f3960
)
perf jvmti: Give hints about package names needed to build
author
Arnaldo Carvalho de Melo
<
[email protected]
>
Wed, 11 Apr 2018 15:08:53 +0000
(12:08 -0300)
committer
Arnaldo Carvalho de Melo
<
[email protected]
>
Thu, 12 Apr 2018 13:33:17 +0000
(10:33 -0300)
Give as examples of package names to install to have this built for
fedora and debian, to help the user a bit.
The part from 'e.g.:' onwards:
No openjdk development package found, please install JDK package, e.g. openjdk-8-jdk, java-1.8.0-openjdk-devel
Cc: Andi Kleen <
[email protected]
>
Cc: David Ahern <
[email protected]
>
Cc: Jiri Olsa <
[email protected]
>
Cc: Namhyung Kim <
[email protected]
>
Cc: Stephane Eranian <
[email protected]
>
Cc: William Cohen <
[email protected]
>
Link:
https://lkml.kernel.org/n/
[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <
[email protected]
>
tools/perf/Makefile.config
patch
|
blob
|
history
diff --git
a/tools/perf/Makefile.config
b/tools/perf/Makefile.config
index c7abd83a8e19d7adf42cc825443b69583edbf5b5..6b307e97dc57aa98b80965937f758a668d01ee92 100644
(file)
--- a/
tools/perf/Makefile.config
+++ b/
tools/perf/Makefile.config
@@
-847,7
+847,7
@@
ifndef NO_JVMTI
ifeq ($(feature-jvmti), 1)
$(call detected_var,JDIR)
else
- $(warning No openjdk development package found, please install JDK package)
+ $(warning No openjdk development package found, please install JDK package
, e.g. openjdk-8-jdk, java-1.8.0-openjdk-devel
)
NO_JVMTI := 1
endif
endif