From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DD56A138359 for ; Thu, 17 Sep 2020 08:08:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2F92E082F; Thu, 17 Sep 2020 08:08:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D3BFBE082F for ; Thu, 17 Sep 2020 08:08:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4846C33BE0A for ; Thu, 17 Sep 2020 08:08:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9B37360 for ; Thu, 17 Sep 2020 08:08:01 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1600330048.538f6d19410606a0c70e9bc418318f28b549c084.gyakovlev@gentoo> Subject: [gentoo-commits] proj/eselect-java:master commit in: / X-VCS-Repository: proj/eselect-java X-VCS-Files: Makefile.am X-VCS-Directories: / X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 538f6d19410606a0c70e9bc418318f28b549c084 X-VCS-Branch: master Date: Thu, 17 Sep 2020 08:08:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 913f6be8-caf5-440c-a69c-7bf9064e1221 X-Archives-Hash: 0f69e640490d1040a11559bf6be548e2 commit: 538f6d19410606a0c70e9bc418318f28b549c084 Author: Georgy Yakovlev gentoo org> AuthorDate: Thu Sep 17 08:07:28 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu Sep 17 08:07:28 2020 +0000 URL: https://gitweb.gentoo.org/proj/eselect-java.git/commit/?id=538f6d19 Makefile.am: install more tool symlinks Bug: https://bugs.gentoo.org/742335 Signed-off-by: Georgy Yakovlev gentoo.org> Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Makefile.am b/Makefile.am index bbfc415..fb38d91 100644 --- a/Makefile.am +++ b/Makefile.am @@ -66,15 +66,25 @@ tools = \ javah \ javap \ javaws \ + jcmd \ jconsole \ jcontrol \ jdb \ + jdeprscan \ + jdeps \ + jfr \ jhat \ + jhsdb \ + jimage \ jinfo \ + jjs \ + jlink \ jmap \ + jmod \ jps \ jrunscript \ jsadebugd \ + jshell \ jstack \ jstat \ jstatd \ @@ -91,6 +101,7 @@ tools = \ serialver \ servertool \ tnameserv \ + unpack200 \ wsgen \ wsimport \ xjc