summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-04-03 08:50:26 +0200
committerMatúš Kukan <matus.kukan@collabora.com>2014-04-03 11:42:11 +0200
commit604bd3be0fb6d4ce0138a7a1b3b48d518cf6ba46 (patch)
treebd51da99b5b8a9252242005690d23827ce452050
parent8902a25c1ad11161fe7b9d263e9d7afe23f95e50 (diff)
gbuild: Allow to use more components in one library.
It probably does not make much sense in general but will be used to optionally disable some implementations in a library. Change-Id: Ib491b8b642907b5bb20d458cbf766c9c9a5a5111
-rw-r--r--solenv/gbuild/Library.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/solenv/gbuild/Library.mk b/solenv/gbuild/Library.mk
index 9c8f914ae4b8..3fd6e191af41 100644
--- a/solenv/gbuild/Library.mk
+++ b/solenv/gbuild/Library.mk
@@ -125,9 +125,6 @@ endef
# gb_Library_get_exports_target for that purpose, since it is already
# the "final" target of the Library...
define gb_Library_set_componentfile
-$(call gb_Library_get_target,$(gb_Library__get_name)) : \
- COMPONENT := $$(if $$(and $$(COMPONENT),$(filter-out $(gb_MERGEDLIBS) $(gb_URELIBS),$(1))),\
- $$(call gb_Output_error,$(1) already has a component file $$(COMPONENT)))$(2)
$(call gb_ComponentTarget_ComponentTarget,$(2),\
$(call gb_Library__get_componentprefix,$(gb_Library__get_name)),\
$(call gb_Library_get_runtime_filename,$(gb_Library__get_name)))