summaryrefslogtreecommitdiffstats
path: root/rules/joe.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/joe.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/joe.make')
-rw-r--r--rules/joe.make12
1 files changed, 6 insertions, 6 deletions
diff --git a/rules/joe.make b/rules/joe.make
index c0215671b..f68bc3369 100644
--- a/rules/joe.make
+++ b/rules/joe.make
@@ -36,7 +36,7 @@ joe_get_deps = $(JOE_SOURCE)
$(STATEDIR)/joe.get: $(joe_get_deps)
@$(call targetinfo, $@)
@$(call get_patches, $(JOE))
- touch $@
+ $(call touch, $@)
$(JOE_SOURCE):
@$(call targetinfo, $@)
@@ -55,7 +55,7 @@ $(STATEDIR)/joe.extract: $(joe_extract_deps)
@$(call clean, $(JOE_DIR))
@$(call extract, $(JOE_SOURCE))
@$(call patchin, $(JOE))
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Prepare
@@ -84,7 +84,7 @@ $(STATEDIR)/joe.prepare: $(joe_prepare_deps)
cd $(JOE_DIR) && \
$(JOE_PATH) $(JOE_ENV) \
./configure $(JOE_AUTOCONF)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Compile
@@ -97,7 +97,7 @@ joe_compile_deps = $(STATEDIR)/joe.prepare
$(STATEDIR)/joe.compile: $(joe_compile_deps)
@$(call targetinfo, $@)
cd $(JOE_DIR) && $(JOE_ENV) $(JOE_PATH) make
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Install
@@ -108,7 +108,7 @@ joe_install: $(STATEDIR)/joe.install
$(STATEDIR)/joe.install: $(STATEDIR)/joe.compile
@$(call targetinfo, $@)
# cd $(JOE_DIR) && $(JOE_ENV) $(JOE_PATH) make install
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Target-Install
@@ -140,7 +140,7 @@ $(STATEDIR)/joe.targetinstall: $(joe_targetinstall_deps)
cp -r $(JOE_DIR)/syntax/*.jsf $(ROOTDIR)/etc/joe/syntax/
@$(call install_finish)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Clean