summaryrefslogtreecommitdiff
path: root/solenv/Module_solenv.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-10-29 17:51:06 +0100
committerMichael Stahl <mstahl@redhat.com>2013-10-30 00:01:33 +0100
commit2cb380bad6e7c8abaf15a7606d8e95ca86d5c8e6 (patch)
tree523f918977e9092e40fff3ed76271eb8fc1bb93f /solenv/Module_solenv.mk
parent4b3dc6665dfb4a88c3068e769418866993c12b37 (diff)
solenv: remove gdb Package and CustomTarget
Since it's necessary to call install-gdb-printers anyway (which is what the CustomTarget_gdb does), just do it first thing in "build" target so that unit tests running during a from-scratch build get the pretty printers too. Change-Id: I357dfb828a2e0eed675aa552d3256f96a312a890
Diffstat (limited to 'solenv/Module_solenv.mk')
-rw-r--r--solenv/Module_solenv.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/solenv/Module_solenv.mk b/solenv/Module_solenv.mk
index 4e78021c5b32..78008984c89d 100644
--- a/solenv/Module_solenv.mk
+++ b/solenv/Module_solenv.mk
@@ -21,12 +21,4 @@ $(eval $(call gb_Module_add_targets,solenv,\
))
endif
-
-ifneq ($(filter-out WNT IOS ANDROID,$(OS)),)
-$(eval $(call gb_Module_add_targets,solenv,\
- CustomTarget_gdb \
- Package_gdb \
-))
-endif
-
# vim: set shiftwidth=4 tabstop=4 noexpandtab: