Kaydet (Commit) 2295d4b5 authored tarafından Matúš Kukan's avatar Matúš Kukan

postprocess: hopefully solve dependency problems

Change-Id: I48c3a6c621e5faa46eba9eb4f34428b2f947a86f
üst 0c87eb68
......@@ -15,6 +15,11 @@ $(eval $(call gb_CustomTarget_register_targets,postprocess/config,\
.PHONY: $(call gb_CustomTarget_get_workdir,postprocess/config)/uiconfig.zip
# We need this dependency for delivering in package postprocess_config:
$(call gb_CustomTarget_get_workdir,postprocess/config)/uiconfig_%.zip : \
$(call gb_CustomTarget_get_workdir,postprocess/config)/uiconfig.zip
@true
$(call gb_CustomTarget_get_workdir,postprocess/config)/uiconfig.zip : $(SRCDIR)/postprocess/packconfig/packconfig.pl
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),PRL,2)
cd $(SRCDIR)/postprocess/packconfig \
......
......@@ -9,8 +9,6 @@
$(eval $(call gb_Package_Package,postprocess_config,$(call gb_CustomTarget_get_workdir,postprocess/config)))
$(eval $(call gb_Package_use_custom_target,postprocess_config,postprocess/config))
$(eval $(call gb_Package_add_file,postprocess_config,bin/uiconfig.zip,uiconfig.zip))
$(eval $(call gb_Package_add_files,postprocess_config,bin,\
......
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