summaryrefslogtreecommitdiffstats
path: root/rules/jvisu.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2005-09-28 15:01:53 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2005-09-28 15:01:53 +0000
commit4cde7ab3c1d8076d17cc2389cd4bc6ea984b6706 (patch)
tree7a457568df9abc80bf83063d24896ee48dd91eee /rules/jvisu.make
parent654e7acff28f9c3d6ebecdc5b5fe77dc9e109da0 (diff)
downloadptxdist-4cde7ab3c1d8076d17cc2389cd4bc6ea984b6706.tar.gz
ptxdist-4cde7ab3c1d8076d17cc2389cd4bc6ea984b6706.tar.xz
merge: backports from 0.9
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@3172 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/jvisu.make')
-rw-r--r--rules/jvisu.make12
1 files changed, 6 insertions, 6 deletions
diff --git a/rules/jvisu.make b/rules/jvisu.make
index 5ff5d41a0..41ffb7a91 100644
--- a/rules/jvisu.make
+++ b/rules/jvisu.make
@@ -36,7 +36,7 @@ jvisu_get_deps = $(JVISU_SOURCE)
$(STATEDIR)/jvisu.get: $(jvisu_get_deps)
@$(call targetinfo, $@)
@$(call get_patches, $(JVISU))
- touch $@
+ $(call touch, $@)
$(JVISU_SOURCE):
@$(call targetinfo, $@)
@@ -60,7 +60,7 @@ $(STATEDIR)/jvisu.extract: $(jvisu_extract_deps)
# so we tweak it here in a way that it works at least with Debian
perl -i -p -e "s,^JAVAPATH=.*,JAVAPATH=$(PTXCONF_SETUP_JAVA_SDK),g" $(JVISU_DIR)/build.properties
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Prepare
@@ -82,7 +82,7 @@ JVISU_ENV += JAVA_HOME=$(PTXCONF_SETUP_JAVA_SDK)
$(STATEDIR)/jvisu.prepare: $(jvisu_prepare_deps)
@$(call targetinfo, $@)
@$(call clean, $(JVISU_DIR)/config.cache)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Compile
@@ -98,7 +98,7 @@ $(STATEDIR)/jvisu.compile: $(jvisu_compile_deps)
# FIXME: we need ant to do this; should we make it a host tool?
cd $(JVISU_DIR) && $(JVISU_ENV) $(JVISU_PATH) ./build.sh jar
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Install
@@ -109,7 +109,7 @@ jvisu_install: $(STATEDIR)/jvisu.install
$(STATEDIR)/jvisu.install: $(STATEDIR)/jvisu.compile
@$(call targetinfo, $@)
cd $(JVISU_DIR) && $(JVISU_ENV) $(JVISU_PATH) make install
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Target-Install
@@ -138,7 +138,7 @@ endif
@$(call install_finish)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Clean