summaryrefslogtreecommitdiffstats
path: root/rules/host-genext2fs.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-genext2fs.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-genext2fs.make')
-rw-r--r--rules/host-genext2fs.make12
1 files changed, 6 insertions, 6 deletions
diff --git a/rules/host-genext2fs.make b/rules/host-genext2fs.make
index e32ffad57..a2ca2b173 100644
--- a/rules/host-genext2fs.make
+++ b/rules/host-genext2fs.make
@@ -38,7 +38,7 @@ hosttool-genext2fs_get_deps = $(HOSTTOOL_GENEXT2FS_SOURCE)
$(STATEDIR)/hosttool-genext2fs.get: $(hosttool-genext2fs_get_deps)
@$(call targetinfo, $@)
@$(call get_patches, $(HOSTTOOL_GENEXT2FS))
- touch $@
+ $(call touch, $@)
$(HOSTTOOL_GENEXT2FS_SOURCE):
@$(call targetinfo, $@)
@@ -55,7 +55,7 @@ $(STATEDIR)/hosttool-genext2fs.extract: $(STATEDIR)/hosttool-genext2fs.get
@$(call clean, $(HOSTTOOL_GENEXT2FS_DIR))
@$(call extract, $(HOSTTOOL_GENEXT2FS_SOURCE),$(HOST_BUILDDIR))
@$(call patchin, $(HOSTTOOL_GENEXT2FS),$(HOSTTOOL_GENEXT2FS_DIR))
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Prepare
@@ -70,7 +70,7 @@ hosttool-genext2fs_prepare_deps = \
$(STATEDIR)/hosttool-genext2fs.prepare: $(hosttool-genext2fs_prepare_deps)
@$(call targetinfo, $@)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Compile
@@ -83,7 +83,7 @@ hosttool-genext2fs_compile_deps = $(STATEDIR)/hosttool-genext2fs.prepare
$(STATEDIR)/hosttool-genext2fs.compile: $(hosttool-genext2fs_compile_deps)
@$(call targetinfo, $@)
cd $(HOSTTOOL_GENEXT2FS_DIR) && make $(HOSTTOOL_GENEXT2FS_ENV)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Install
@@ -100,7 +100,7 @@ $(STATEDIR)/hosttool-genext2fs.install: $(hosttool-genext2fs_install_deps)
install -m 755 $(HOSTTOOL_GENEXT2FS_DIR)/genext2fs $(PTXCONF_HOST_PREFIX)/bin/
install -m 644 $(HOSTTOOL_GENEXT2FS_DIR)/genext2fs.8 $(PTXCONF_HOST_PREFIX)/man/man8/
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Target-Install
@@ -110,7 +110,7 @@ hosttool-genext2fs_targetinstall: $(STATEDIR)/hosttool-genext2fs.targetinstall
$(STATEDIR)/hosttool-genext2fs.targetinstall: $(STATEDIR)/hosttool-genext2fs.install
@$(call targetinfo, $@)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Clean