summaryrefslogtreecommitdiffstats
path: root/rules/host-ipkg-utils.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/host-ipkg-utils.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/host-ipkg-utils.make')
-rw-r--r--rules/host-ipkg-utils.make12
1 files changed, 6 insertions, 6 deletions
diff --git a/rules/host-ipkg-utils.make b/rules/host-ipkg-utils.make
index 00130da64..0636e99b0 100644
--- a/rules/host-ipkg-utils.make
+++ b/rules/host-ipkg-utils.make
@@ -37,7 +37,7 @@ hosttool-ipkg-utils_get_deps = $(HOSTTOOL-IPKG-UTILS_SOURCE)
$(STATEDIR)/hosttool-ipkg-utils.get: $(hosttool-ipkg-utils_get_deps)
@$(call targetinfo, $@)
@$(call get_patches, $(HOSTTOOL-IPKG-UTILS))
- touch $@
+ $(call touch, $@)
$(HOSTTOOL-IPKG-UTILS_SOURCE):
@$(call targetinfo, $@)
@@ -60,7 +60,7 @@ $(STATEDIR)/hosttool-ipkg-utils.extract: $(hosttool-ipkg-utils_extract_deps)
$(HOSTTOOL-IPKG-UTILS_DIR)/Makefile
perl -i -p -e "s,^ python setup.py install, python setup.py install --prefix=$(PTXCONF_PREFIX),g" \
$(HOSTTOOL-IPKG-UTILS_DIR)/Makefile
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Prepare
@@ -79,7 +79,7 @@ HOSTTOOL-IPKG-UTILS_ENV = $(CROSS_ENV)
$(STATEDIR)/hosttool-ipkg-utils.prepare: $(hosttool-ipkg-utils_prepare_deps)
@$(call targetinfo, $@)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Compile
@@ -92,7 +92,7 @@ hosttool-ipkg-utils_compile_deps = $(STATEDIR)/hosttool-ipkg-utils.prepare
$(STATEDIR)/hosttool-ipkg-utils.compile: $(hosttool-ipkg-utils_compile_deps)
@$(call targetinfo, $@)
cd $(HOSTTOOL-IPKG-UTILS_DIR) && $(HOSTTOOL-IPKG-UTILS_ENV) $(HOSTTOOL-IPKG-UTILS_PATH) make
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Install
@@ -109,7 +109,7 @@ $(STATEDIR)/hosttool-ipkg-utils.install: $(STATEDIR)/hosttool-ipkg-utils.compile
$(HOSTTOOL-IPKG-UTILS_ENV) $(HOSTTOOL-IPKG-UTILS_PATH) make install;\
cp -f ipkg.py $(PTXCONF_PREFIX)/bin/;\
)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Target-Install
@@ -121,7 +121,7 @@ hosttool-ipkg-utils_targetinstall_deps = $(STATEDIR)/hosttool-ipkg-utils.install
$(STATEDIR)/hosttool-ipkg-utils.targetinstall: $(hosttool-ipkg-utils_targetinstall_deps)
@$(call targetinfo, $@)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Clean