Explicitly initialize target-specific variables
...so they do not erroneously inherit values from other targets. Change-Id: I6c84cecad4ea858b77d5d83eb93938c397aed076
This commit is contained in:
@@ -61,6 +61,8 @@ $$(eval $$(call gb_Output_info,Currently known libraries are: $(sort $(gb_Librar
|
||||
$$(eval $$(call gb_Output_error,Library $(1) must be registered in Repository.mk))
|
||||
endif
|
||||
$(call gb_Library_get_target,$(1)) : AUXTARGETS :=
|
||||
$(call gb_Library_get_target,$(1)) : SOVERSION :=
|
||||
$(call gb_Library_get_target,$(1)) : SOVERSIONSCRIPT :=
|
||||
$(call gb_Library__Library_impl,$(1),$(call gb_Library_get_linktargetname,$(1)))
|
||||
|
||||
endef
|
||||
|
Reference in New Issue
Block a user