summaryrefslogtreecommitdiffstats
path: root/rules/dhcp.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/dhcp.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/dhcp.make')
-rw-r--r--rules/dhcp.make12
1 files changed, 6 insertions, 6 deletions
diff --git a/rules/dhcp.make b/rules/dhcp.make
index 31a55d9db..3d9371a11 100644
--- a/rules/dhcp.make
+++ b/rules/dhcp.make
@@ -36,7 +36,7 @@ dhcp_get_deps = $(DHCP_SOURCE)
$(STATEDIR)/dhcp.get: $(dhcp_get_deps)
@$(call targetinfo, $@)
- touch $@
+ $(call touch, $@)
$(DHCP_SOURCE):
@$(call targetinfo, $@)
@@ -54,7 +54,7 @@ $(STATEDIR)/dhcp.extract: $(dhcp_extract_deps)
@$(call targetinfo, $@)
@$(call clean, $(DHCP_DIR))
@$(call extract, $(DHCP_SOURCE))
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Prepare
@@ -81,7 +81,7 @@ $(STATEDIR)/dhcp.prepare: $(dhcp_prepare_deps)
cd $(DHCP_DIR) && \
$(DHCP_PATH) $(DHCP_ENV) \
./configure "linux-2.2"
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Compile
@@ -94,7 +94,7 @@ dhcp_compile_deps = $(STATEDIR)/dhcp.prepare
$(STATEDIR)/dhcp.compile: $(dhcp_compile_deps)
@$(call targetinfo, $@)
cd $(DHCP_DIR) && $(DHCP_PATH) make
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Install
@@ -105,7 +105,7 @@ dhcp_install: $(STATEDIR)/dhcp.install
$(STATEDIR)/dhcp.install: $(STATEDIR)/dhcp.compile
@$(call targetinfo, $@)
$(DHCP_PATH) make -C $(DHCP_DIR) install
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Target-Install
@@ -131,7 +131,7 @@ $(STATEDIR)/dhcp.targetinstall: $(dhcp_targetinstall_deps)
@$(call install_finish)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Clean