summaryrefslogtreecommitdiffstats
path: root/rules/dhcp.make
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2006-01-11 17:39:55 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2006-01-11 17:39:55 +0000
commitca389617c1091afb83827d62bcecc36a80ac5e7a (patch)
treed6140819f45a1bc73f64080a41b9472d7d107a79 /rules/dhcp.make
parentf325bebe3d680e18330b0b2266d82f1b663b44c6 (diff)
downloadptxdist-ca389617c1091afb83827d62bcecc36a80ac5e7a.tar.gz
ptxdist-ca389617c1091afb83827d62bcecc36a80ac5e7a.tar.xz
documentation fix and change to autogenerated dependencies
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3815 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/dhcp.make')
-rw-r--r--rules/dhcp.make23
1 files changed, 5 insertions, 18 deletions
diff --git a/rules/dhcp.make b/rules/dhcp.make
index bfee8691a..5345d23a9 100644
--- a/rules/dhcp.make
+++ b/rules/dhcp.make
@@ -48,9 +48,7 @@ $(DHCP_SOURCE):
dhcp_extract: $(STATEDIR)/dhcp.extract
-dhcp_extract_deps = $(STATEDIR)/dhcp.get
-
-$(STATEDIR)/dhcp.extract: $(dhcp_extract_deps)
+$(STATEDIR)/dhcp.extract: $(dhcp_extract_deps_default)
@$(call targetinfo, $@)
@$(call clean, $(DHCP_DIR))
@$(call extract, $(DHCP_SOURCE))
@@ -62,20 +60,13 @@ $(STATEDIR)/dhcp.extract: $(dhcp_extract_deps)
dhcp_prepare: $(STATEDIR)/dhcp.prepare
-#
-# dependencies
-#
-dhcp_prepare_deps = \
- $(STATEDIR)/dhcp.extract \
- $(STATEDIR)/virtual-xchain.install
-
DHCP_PATH = PATH=$(CROSS_PATH)
DHCP_ENV = $(CROSS_ENV)
#DHCP_ENV +=
# linux-2.2 is the way to go ;-)
-$(STATEDIR)/dhcp.prepare: $(dhcp_prepare_deps)
+$(STATEDIR)/dhcp.prepare: $(dhcp_prepare_deps_default)
@$(call targetinfo, $@)
@$(call clean, $(DHCP_DIR)/config.cache)
cd $(DHCP_DIR) && \
@@ -89,9 +80,7 @@ $(STATEDIR)/dhcp.prepare: $(dhcp_prepare_deps)
dhcp_compile: $(STATEDIR)/dhcp.compile
-dhcp_compile_deps = $(STATEDIR)/dhcp.prepare
-
-$(STATEDIR)/dhcp.compile: $(dhcp_compile_deps)
+$(STATEDIR)/dhcp.compile: $(dhcp_compile_deps_default)
@$(call targetinfo, $@)
cd $(DHCP_DIR) && $(DHCP_PATH) make
@$(call touch, $@)
@@ -102,7 +91,7 @@ $(STATEDIR)/dhcp.compile: $(dhcp_compile_deps)
dhcp_install: $(STATEDIR)/dhcp.install
-$(STATEDIR)/dhcp.install: $(STATEDIR)/dhcp.compile
+$(STATEDIR)/dhcp.install: $(dhcp_install_deps_default)
@$(call targetinfo, $@)
@$(call install, DHCP)
@$(call touch, $@)
@@ -113,9 +102,7 @@ $(STATEDIR)/dhcp.install: $(STATEDIR)/dhcp.compile
dhcp_targetinstall: $(STATEDIR)/dhcp.targetinstall
-dhcp_targetinstall_deps = $(STATEDIR)/dhcp.compile
-
-$(STATEDIR)/dhcp.targetinstall: $(dhcp_targetinstall_deps)
+$(STATEDIR)/dhcp.targetinstall: $(dhcp_targetinstall_deps_default)
@$(call targetinfo, $@)
@$(call install_init,default)