summaryrefslogtreecommitdiffstats
path: root/rules/chrony.make
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2006-01-11 16:28:55 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2006-01-11 16:28:55 +0000
commitb3a2dc2027a187935992d4aae5b1fbbcc9645e29 (patch)
tree468af6ec9133ffdeba4e749447443cdf4ec1f047 /rules/chrony.make
parentec535bbeb09a611249d708fdacbf739302ade6e6 (diff)
downloadptxdist-b3a2dc2027a187935992d4aae5b1fbbcc9645e29.tar.gz
ptxdist-b3a2dc2027a187935992d4aae5b1fbbcc9645e29.tar.xz
documentation fix and change to autogenerated dependencies
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3803 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/chrony.make')
-rw-r--r--rules/chrony.make24
1 files changed, 5 insertions, 19 deletions
diff --git a/rules/chrony.make b/rules/chrony.make
index d20a3d565..c611fd8ed 100644
--- a/rules/chrony.make
+++ b/rules/chrony.make
@@ -49,9 +49,7 @@ $(CHRONY_SOURCE):
chrony_extract: $(STATEDIR)/chrony.extract
-chrony_extract_deps = $(STATEDIR)/chrony.get
-
-$(STATEDIR)/chrony.extract: $(chrony_extract_deps)
+$(STATEDIR)/chrony.extract: $(chrony_extract_deps_default)
@$(call targetinfo, $@)
@$(call clean, $(CHRONY_DIR))
@$(call extract, $(CHRONY_SOURCE))
@@ -64,13 +62,6 @@ $(STATEDIR)/chrony.extract: $(chrony_extract_deps)
chrony_prepare: $(STATEDIR)/chrony.prepare
-#
-# dependencies
-#
-chrony_prepare_deps = $(STATEDIR)/chrony.extract
-chrony_prepare_deps += $(STATEDIR)/virtual-xchain.install
-chrony_prepare_deps += $(STATEDIR)/readline.install
-
CHRONY_PATH = PATH=$(CROSS_PATH)
CHRONY_ENV = $(CROSS_ENV)
@@ -80,7 +71,7 @@ CHRONY_ENV = $(CROSS_ENV)
CHRONY_AUTOCONF = $(CROSS_AUTOCONF_USR)
CHRONY_AUTOCONF += --disable-readline
-$(STATEDIR)/chrony.prepare: $(chrony_prepare_deps)
+$(STATEDIR)/chrony.prepare: $(chrony_prepare_deps_default)
@$(call targetinfo, $@)
@$(call clean, $(CHRONY_DIR)/config.cache)
cd $(CHRONY_DIR) && \
@@ -94,9 +85,7 @@ $(STATEDIR)/chrony.prepare: $(chrony_prepare_deps)
chrony_compile: $(STATEDIR)/chrony.compile
-chrony_compile_deps = $(STATEDIR)/chrony.prepare
-
-$(STATEDIR)/chrony.compile: $(chrony_compile_deps)
+$(STATEDIR)/chrony.compile: $(chrony_compile_deps_default)
@$(call targetinfo, $@)
cd $(CHRONY_DIR) && $(CHRONY_ENV) $(CHRONY_PATH) make
@$(call touch, $@)
@@ -107,7 +96,7 @@ $(STATEDIR)/chrony.compile: $(chrony_compile_deps)
chrony_install: $(STATEDIR)/chrony.install
-$(STATEDIR)/chrony.install: $(STATEDIR)/chrony.compile
+$(STATEDIR)/chrony.install: $(chrony_install_deps_default)
@$(call targetinfo, $@)
@$(call install, CHRONY)
@$(call touch, $@)
@@ -118,10 +107,7 @@ $(STATEDIR)/chrony.install: $(STATEDIR)/chrony.compile
chrony_targetinstall: $(STATEDIR)/chrony.targetinstall
-chrony_targetinstall_deps = $(STATEDIR)/chrony.compile
-chrony_targetinstall_deps += $(STATEDIR)/readline.targetinstall
-
-$(STATEDIR)/chrony.targetinstall: $(chrony_targetinstall_deps)
+$(STATEDIR)/chrony.targetinstall: $(chrony_targetinstall_deps_default)
@$(call targetinfo, $@)
@$(call install_init,default)