silence warning introduced by e125dee1
(Shut up, Wesley!)
Change-Id: Id08f07ec47b5d3e34e1ef1e73475bfe6b10268c9
This commit is contained in:
@@ -227,7 +227,7 @@ endif
|
||||
endef
|
||||
|
||||
define gb_Module_add_target
|
||||
$(if $(filter AllLang% Dictionary% UIConfig%,$(2)),$(warning target $(2) should be a l10n target))
|
||||
$(if $(filter AllLang% Dictionary% UIConfig% Package_registry,$(2)),$(warning target $(2) should be a l10n target))
|
||||
$(call gb_Module__read_targetfile,$(1),$(2),target)
|
||||
|
||||
$(call gb_Module_get_nonl10n_target,$(1)) : $$(gb_Module_CURRENTTARGET)
|
||||
@@ -236,7 +236,7 @@ $(call gb_Module_get_clean_target,$(1)) : $$(gb_Module_CURRENTCLEANTARGET)
|
||||
endef
|
||||
|
||||
define gb_Module_add_l10n_target
|
||||
$(if $(filter AllLang% Dictionary% UIConfig%,$(2)),,$(warning target $(2) should not be a l10n target))
|
||||
$(if $(filter AllLang% Dictionary% UIConfig% Package_registry,$(2)),,$(warning target $(2) should not be a l10n target))
|
||||
$(call gb_Module__read_targetfile,$(1),$(2),target)
|
||||
|
||||
$(call gb_Module_get_l10n_target,$(1)) : $$(gb_Module_CURRENTTARGET)
|
||||
|
Reference in New Issue
Block a user