summaryrefslogtreecommitdiffstats
path: root/rules/host-apache2.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-apache2.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-apache2.make')
-rw-r--r--rules/host-apache2.make10
1 files changed, 5 insertions, 5 deletions
diff --git a/rules/host-apache2.make b/rules/host-apache2.make
index 7bb0b58ff..27f3d987b 100644
--- a/rules/host-apache2.make
+++ b/rules/host-apache2.make
@@ -37,7 +37,7 @@ host-apache2_get_deps = $(HOST_APACHE2_SOURCE)
$(STATEDIR)/host-apache2.get: $(host-apache2_get_deps)
@$(call targetinfo, $@)
@$(call get_patches, $(HOST_APACHE2))
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Extract
@@ -52,7 +52,7 @@ $(STATEDIR)/host-apache2.extract: $(host-apache2_extract_deps)
@$(call clean, $(HOST_APACHE2_DIR))
@$(call extract, $(HOST_APACHE2_SOURCE), $(HOST_BUILDDIR))
@$(call patchin, $(HOST_APACHE2), $(HOST_APACHE2_DIR))
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Prepare
@@ -82,7 +82,7 @@ $(STATEDIR)/host-apache2.prepare: $(host-apache2_prepare_deps)
cd $(HOST_APACHE2_DIR) && \
$(HOST_APACHE2_PATH) $(HOST_APACHE2_ENV) \
./configure $(HOST_APACHE2_AUTOCONF)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Compile
@@ -97,7 +97,7 @@ $(STATEDIR)/host-apache2.compile: $(host-apache2_compile_deps)
cd $(HOST_APACHE2_DIR)/srclib/apr-util/uri && $(HOST_APACHE2_ENV) $(HOST_APACHE2_PATH) make
cd $(HOST_APACHE2_DIR)/srclib/pcre && $(HOST_APACHE2_ENV) $(HOST_APACHE2_PATH) make dftables
cd $(HOST_APACHE2_DIR)/server && $(HOST_APACHE2_ENV) $(HOST_APACHE2_PATH) make gen_test_char
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Install
@@ -110,7 +110,7 @@ host-apache2_install_deps = $(STATEDIR)/host-apache2.compile
$(STATEDIR)/host-apache2.install: $(host-apache2_install_deps)
@$(call targetinfo, $@)
# cd $(HOST_APACHE2_DIR) && $(HOST_APACHE2_ENV) $(HOST_APACHE2_PATH) make install
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Clean