summaryrefslogtreecommitdiffstats
path: root/rules/jvisu.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2013-05-27 10:08:21 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2013-06-03 12:21:39 +0200
commite52e827080854bf633ec47d5543000b09f93b86d (patch)
tree7d837ff55715c8ae888d686fe800baff736c681c /rules/jvisu.make
parente59753e173f5747717993a0ba87e7d7eac5cfb2f (diff)
downloadptxdist-e52e827080854bf633ec47d5543000b09f93b86d.tar.gz
ptxdist-e52e827080854bf633ec47d5543000b09f93b86d.tar.xz
jvisu: use host-system-jdk
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/jvisu.make')
-rw-r--r--rules/jvisu.make13
1 files changed, 0 insertions, 13 deletions
diff --git a/rules/jvisu.make b/rules/jvisu.make
index c18a51c76..9931882a3 100644
--- a/rules/jvisu.make
+++ b/rules/jvisu.make
@@ -13,19 +13,6 @@
#
PACKAGES-$(PTXCONF_JVISU) += jvisu
-ifdef PTXCONF_JVISU
-ifeq ($(shell which ant 2>/dev/null),)
- $(warning *** ant is mandatory to build JVisu)
- $(warning *** please install ant)
- $(error )
-endif
-ifeq ($(shell test -x $(PTXCONF_SETUP_JAVA_SDK)/bin/java || echo no),no)
- $(warning *** java is mandatory to build JVisu)
- $(warning *** please run 'ptxdist setup' and set the path to the java sdk)
- $(error )
-endif
-endif
-
#
# Paths and names
#