summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2006-01-13 14:30:21 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2006-01-13 14:30:21 +0000
commita20bb3d842d1ca28647ff1af23afb697f7eff2bf (patch)
tree4acef944ee51a91ee141e9370edb3bce580644be
parent7fc35076d393b671f87892eb6788bf4a5babe2da (diff)
downloadptxdist-a20bb3d842d1ca28647ff1af23afb697f7eff2bf.tar.gz
ptxdist-a20bb3d842d1ca28647ff1af23afb697f7eff2bf.tar.xz
fixed dependency
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3903 33e552b5-05e3-0310-8538-816dae2090ed
-rw-r--r--rules/bash.in34
-rw-r--r--rules/bash.make2
2 files changed, 35 insertions, 1 deletions
diff --git a/rules/bash.in b/rules/bash.in
index 2fe8adbb8..7b2eacbe1 100644
--- a/rules/bash.in
+++ b/rules/bash.in
@@ -19,11 +19,15 @@ config BASH_SHLIKE
bool
prompt "Enable minimal sh like configuration"
depends on BASH
+ help
+ FIXME: This item needs to be documented
config BASH_ALIASES
bool
prompt "Enable aliases"
depends on BASH
+ help
+ FIXME: This item needs to be documented
#config BASH_ARITHMETIC_FOR
# bool
@@ -40,11 +44,15 @@ config BASH_HISTORY
bool
prompt "Turn on csh-style history substitution"
depends on BASH
+ help
+ FIXME: This item needs to be documented
config BASH_BRACE
bool
prompt "Include brace expansion"
depends on BASH
+ help
+ FIXME: This item needs to be documented
#config BASH_CONDITIONAL
# bool
@@ -56,6 +64,8 @@ config BASH_DIRSTACK
bool
prompt "Enable builtins pushd/popd/dirs"
depends on BASH
+ help
+ FIXME: This item needs to be documented
#config BASH_EXTPATTERN
# bool
@@ -67,58 +77,82 @@ config BASH_HELP
bool
prompt "Include the help builtin"
depends on BASH
+ help
+ FIXME: This item needs to be documented
config BASH_CMDHISTORY
bool
prompt "Turn on command history"
depends on BASH
+ help
+ FIXME: This item needs to be documented
config BASH_JOBS
bool
prompt "Enable job control features"
depends on BASH
+ help
+ FIXME: This item needs to be documented
config BASH_LARGEFILES
bool
prompt "Enable support for large files"
depends on BASH
+ help
+ FIXME: This item needs to be documented
config BASH_PROCSUBST
bool
prompt "Enable process substitution"
depends on BASH
+ help
+ FIXME: This item needs to be documented
config BASH_COMPLETION
bool
prompt "Enable programmable completion"
depends on BASH
+ help
+ FIXME: This item needs to be documented
config BASH_ESC
bool
prompt "Turn on escape character decoding in prompts"
depends on BASH
+ help
+ FIXME: This item needs to be documented
config BASH_EDIT
bool
prompt "Turn on command line editing"
depends on BASH
+ help
+ FIXME: This item needs to be documented
config BASH_RESTRICTED
bool
prompt "Enable a restricted shell"
depends on BASH
+ help
+ FIXME: This item needs to be documented
config BASH_SELECT
bool
prompt "Include select command"
depends on BASH
+ help
+ FIXME: This item needs to be documented
config BASH_GPROF
bool
prompt "Allow profiling with gprof"
depends on BASH
+ help
+ FIXME: This item needs to be documented
config BASH_STATIC
bool
prompt "Link bash statically"
depends on BASH
+ help
+ FIXME: This item needs to be documented
diff --git a/rules/bash.make b/rules/bash.make
index d439cf358..513d2dcfb 100644
--- a/rules/bash.make
+++ b/rules/bash.make
@@ -30,7 +30,7 @@ BASH_DIR = $(BUILDDIR)/$(BASH)
bash_get: $(STATEDIR)/bash.get
-$(STATEDIR)/bash.get: $(BASH_SOURCE)
+$(STATEDIR)/bash.get: $(bash_get_deps_default)
@$(call targetinfo, $@)
@$(call touch, $@)