summaryrefslogtreecommitdiffstats
path: root/rules/pdksh.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/pdksh.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/pdksh.make')
-rw-r--r--rules/pdksh.make12
1 files changed, 6 insertions, 6 deletions
diff --git a/rules/pdksh.make b/rules/pdksh.make
index 6c0006a51..19a725395 100644
--- a/rules/pdksh.make
+++ b/rules/pdksh.make
@@ -34,7 +34,7 @@ pdksh_get: $(STATEDIR)/pdksh.get
$(STATEDIR)/pdksh.get: $(PDKSH_SOURCE)
@$(call targetinfo, $@)
- touch $@
+ $(call touch, $@)
$(PDKSH_SOURCE):
@$(call targetinfo, $@)
@@ -51,7 +51,7 @@ $(STATEDIR)/pdksh.extract: $(STATEDIR)/pdksh.get
@$(call clean, $(PDKSH_DIR))
@$(call extract, $(PDKSH_SOURCE))
@$(call patchin, $(PDKSH))
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Prepare
@@ -134,7 +134,7 @@ $(STATEDIR)/pdksh.prepare: $(pdksh_prepare_deps)
cd $(PDKSH_DIR) && \
$(PDKSH_PATH) $(PDKSH_ENV) \
$(PDKSH_DIR)/configure $(PDKSH_AUTOCONF)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Compile
@@ -147,7 +147,7 @@ pdksh_compile: $(STATEDIR)/pdksh.compile
$(STATEDIR)/pdksh.compile: $(STATEDIR)/pdksh.prepare
@$(call targetinfo, $@)
cd $(PDKSH_DIR) && $(PDKSH_PATH) make
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Install
@@ -157,7 +157,7 @@ pdksh_install: $(STATEDIR)/pdksh.install
$(STATEDIR)/pdksh.install: $(STATEDIR)/pdksh.compile
@$(call targetinfo, $@)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Target-Install
@@ -180,7 +180,7 @@ $(STATEDIR)/pdksh.targetinstall: $(STATEDIR)/pdksh.install
@$(call install_copy, 0, 0, 0755, $(PDKSH_DIR)/ksh, /bin/ksh)
@$(call install_finish)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Clean