summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2006-01-11 15:14:42 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2006-01-11 15:14:42 +0000
commit1141cb4ba2018f69e924cfd90d4f9e460f12a995 (patch)
tree51b6fd8f698b84f2807e91d2035c4c3a37cdaa4b /rules
parentaf0af6bc5bd6805424bd8306769a78c1b4bb41d0 (diff)
downloadptxdist-1141cb4ba2018f69e924cfd90d4f9e460f12a995.tar.gz
ptxdist-1141cb4ba2018f69e924cfd90d4f9e460f12a995.tar.xz
documentation fix and change to autogenerated dependencies
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3797 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules')
-rw-r--r--rules/bonniexx.in7
-rw-r--r--rules/bonniexx.make23
2 files changed, 12 insertions, 18 deletions
diff --git a/rules/bonniexx.in b/rules/bonniexx.in
index 1105e8477..98db0b37a 100644
--- a/rules/bonniexx.in
+++ b/rules/bonniexx.in
@@ -2,3 +2,10 @@ config BONNIEXX
bool
prompt "bonnie++"
select GCCLIBS_CXX
+ help
+ Hard drive bottleneck testing benchmark suite
+
+ It is called Bonnie++ because it was based on the Bonnie program.
+ This program also tests performance with creating large numbers
+ of files.
+
diff --git a/rules/bonniexx.make b/rules/bonniexx.make
index daa902be2..e252ebe61 100644
--- a/rules/bonniexx.make
+++ b/rules/bonniexx.make
@@ -49,9 +49,7 @@ $(BONNIEXX_SOURCE):
bonniexx_extract: $(STATEDIR)/bonniexx.extract
-bonniexx_extract_deps = $(STATEDIR)/bonniexx.get
-
-$(STATEDIR)/bonniexx.extract: $(bonniexx_extract_deps)
+$(STATEDIR)/bonniexx.extract: $(bonniexx_extract_deps_default)
@$(call targetinfo, $@)
@$(call clean, $(BONNIEXX_DIR))
@$(call extract, $(BONNIEXX_SOURCE))
@@ -64,13 +62,6 @@ $(STATEDIR)/bonniexx.extract: $(bonniexx_extract_deps)
bonniexx_prepare: $(STATEDIR)/bonniexx.prepare
-#
-# dependencies
-#
-bonniexx_prepare_deps = \
- $(STATEDIR)/bonniexx.extract \
- $(STATEDIR)/virtual-xchain.install
-
BONNIEXX_PATH = PATH=$(CROSS_PATH)
BONNIEXX_ENV = $(CROSS_ENV)
@@ -79,7 +70,7 @@ BONNIEXX_ENV = $(CROSS_ENV)
#
BONNIEXX_AUTOCONF = $(CROSS_AUTOCONF_USR)
-$(STATEDIR)/bonniexx.prepare: $(bonniexx_prepare_deps)
+$(STATEDIR)/bonniexx.prepare: $(bonniexx_prepare_deps_default)
@$(call targetinfo, $@)
@$(call clean, $(BONNIEXX_DIR)/config.cache)
cd $(BONNIEXX_DIR) && \
@@ -93,9 +84,7 @@ $(STATEDIR)/bonniexx.prepare: $(bonniexx_prepare_deps)
bonniexx_compile: $(STATEDIR)/bonniexx.compile
-bonniexx_compile_deps = $(STATEDIR)/bonniexx.prepare
-
-$(STATEDIR)/bonniexx.compile: $(bonniexx_compile_deps)
+$(STATEDIR)/bonniexx.compile: $(bonniexx_compile_deps_default)
@$(call targetinfo, $@)
cd $(BONNIEXX_DIR) && $(BONNIEXX_ENV) $(BONNIEXX_PATH) make
@$(call touch, $@)
@@ -106,7 +95,7 @@ $(STATEDIR)/bonniexx.compile: $(bonniexx_compile_deps)
bonniexx_install: $(STATEDIR)/bonniexx.install
-$(STATEDIR)/bonniexx.install: $(STATEDIR)/bonniexx.compile
+$(STATEDIR)/bonniexx.install: $(bonniexx_install_deps_default)
@$(call targetinfo, $@)
@$(call install, BONNIEXX)
@$(call touch, $@)
@@ -117,9 +106,7 @@ $(STATEDIR)/bonniexx.install: $(STATEDIR)/bonniexx.compile
bonniexx_targetinstall: $(STATEDIR)/bonniexx.targetinstall
-bonniexx_targetinstall_deps = $(STATEDIR)/bonniexx.compile
-
-$(STATEDIR)/bonniexx.targetinstall: $(bonniexx_targetinstall_deps)
+$(STATEDIR)/bonniexx.targetinstall: $(bonniexx_targetinstall_deps_default)
@$(call targetinfo, $@)
@$(call install_init,default)