Kaydet (Commit) 2c2cffff authored tarafından Michael Stahl's avatar Michael Stahl

CustomTarget: remove unnecessary dependency

There already is a dependency from the library to the package, so this
dependency should not be necessary.
Furthermore, the command is executed spuriously always, because the .done
file is always newer than the generated files.
üst ccc4b087
...@@ -59,8 +59,6 @@ $(if $(filter $(2),$(gb_CustomTarget_REPOSITORYNAMES)),,\ ...@@ -59,8 +59,6 @@ $(if $(filter $(2),$(gb_CustomTarget_REPOSITORYNAMES)),,\
gb_CustomTarget_REPO_$(1) := $(2) gb_CustomTarget_REPO_$(1) := $(2)
$(call gb_CustomTarget_get_target,$(1)) : \ $(call gb_CustomTarget_get_target,$(1)) : \
$(call gb_CustomTarget__get_makefile,$($(2)),$(1)) $(call gb_CustomTarget__get_makefile,$($(2)),$(1))
$(call gb_CustomTarget_get_workdir,$(1))/% : $(call gb_CustomTarget_get_target,$(1))
test -f $@ || (echo "Missing file $@ which should have been generated from CustomTarget $(1), but was not." && false)
endef endef
......
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