Kaydet (Commit) 3b6773c9 authored tarafından Bjoern Michaelsen's avatar Bjoern Michaelsen

add bug-id directly to the error message

üst d54e03ca
...@@ -85,7 +85,7 @@ endif ...@@ -85,7 +85,7 @@ endif
# require different compiler flags # require different compiler flags
define gb_Object__owner define gb_Object__owner
$$(if $$(OBJECTOWNER),\ $$(if $$(OBJECTOWNER),\
$$(call gb_Output_error,$(1) is linked in by $$(OBJECTOWNER) $(2)))$(2) $$(call gb_Output_error,fdo#47246: $(1) is linked in by $$(OBJECTOWNER) $(2)))$(2)
endef endef
# For every object there is a dep file (if gb_FULLDEPS is active). # For every object there is a dep file (if gb_FULLDEPS is active).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment