summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2006-01-13 15:20:30 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2006-01-13 15:20:30 +0000
commit987eca20f28e4872c1ed8359c19f22631945b030 (patch)
tree6570bc2170e673f638935094f72bbe7e8c06996f
parent92d16f9fb7ab87b6d275badab2cdb29638428151 (diff)
downloadptxdist-987eca20f28e4872c1ed8359c19f22631945b030.tar.gz
ptxdist-987eca20f28e4872c1ed8359c19f22631945b030.tar.xz
fixed dependency
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3941 33e552b5-05e3-0310-8538-816dae2090ed
-rw-r--r--rules/gdb.in12
-rw-r--r--rules/gdb.make4
2 files changed, 14 insertions, 2 deletions
diff --git a/rules/gdb.in b/rules/gdb.in
index b93f19d1d..734cebb9e 100644
--- a/rules/gdb.in
+++ b/rules/gdb.in
@@ -2,12 +2,16 @@
config GDBSERVER
bool "gdbserver"
+ help
+ FIXME: This item needs to be documented
config GDBSERVER_SHARED
bool "shared gdbserver"
default y
depends on GDBSERVER
select GLIBC_THREAD_DB if GLIBC && GLIBC_INSTALL
+ help
+ FIXME: This item needs to be documented
config GDB
@@ -18,6 +22,8 @@ config GDB_SHARED
default y
depends on GDB
select GLIBC_LIBM if GLIBC && GLIBC_INSTALL
+ help
+ FIXME: This item needs to be documented
choice
prompt "Select term library"
@@ -27,10 +33,14 @@ choice
config GDB_TERMCAP
bool "termcap"
select TERMCAP
+ help
+ FIXME: This item needs to be documented
config GDB_NCURSES
bool "ncurses"
select NCURSES
+ help
+ FIXME: This item needs to be documented
endchoice
config GDB_THREAD_DEBUG
@@ -38,3 +48,5 @@ config GDB_THREAD_DEBUG
depends on GDB || GDBSERVER
default y
select GLIBC_DEBUG if GLIBC
+ help
+ FIXME: This item needs to be documented
diff --git a/rules/gdb.make b/rules/gdb.make
index af1a655c7..80732589e 100644
--- a/rules/gdb.make
+++ b/rules/gdb.make
@@ -34,7 +34,7 @@ GDB_BUILDDIR = $(BUILDDIR)/$(GDB)-build
gdb_get: $(STATEDIR)/gdb.get
-$(STATEDIR)/gdb.get: $(GDB_SOURCE)
+$(STATEDIR)/gdb.get: $(gdb_get_deps_default)
@$(call targetinfo, $@)
@$(call get_patches, $(GDB))
@$(call touch, $@)
@@ -117,7 +117,7 @@ $(STATEDIR)/gdb.compile: $(gdb_compile_deps_default)
gdb_install: $(STATEDIR)/gdb.install
-$(STATEDIR)/gdb.install:
+$(STATEDIR)/gdb.install: $(gdb_install_deps_default)
@$(call targetinfo, $@)
@$(call touch, $@)