gbuild: CliAssembly: clean everything

Change-Id: Ieaef37a8af808c9b1b981b4363e4dabfb4816457
This commit is contained in:
Michael Stahl 2017-11-23 23:25:38 +01:00
parent d47aa694d0
commit c850db6261

View file

@ -63,7 +63,7 @@ $(call gb_Helper_abbreviate_dirs,\
-keyfile:$(1).tmp.snk \
-link:$(CLI_ASSEMBLY_CONFIGFILE) \
$(if $(CLI_ASSEMBLY_PLATFORM),-platform:$(CLI_ASSEMBLY_PLATFORM)) && \
rm -f $(1).tmp/snk && \
rm -f $(1).tmp.snk && \
touch $(1) \
)
endef
@ -107,6 +107,7 @@ endef
define gb_CliAssemblyTarget_set_configfile
$(call gb_CliAssemblyTarget_get_target,$(1)) : CLI_ASSEMBLY_CONFIGFILE := $(2)
$(call gb_CliAssemblyTarget_get_target,$(1)) : $(2)
$(call gb_CliAssemblyTarget_get_clean_target,$(1)) : $(3)
endef
@ -176,7 +177,7 @@ endef
define gb_CliAssembly__set_configfile
$(call gb_CliConfigTarget_CliConfigTarget,$(2),$(3))
$(call gb_CliAssembly__set_configfile_impl,$(1),$(call gb_CliConfigTarget_get_target,$(2)))
$(call gb_CliAssembly__set_configfile_impl,$(1),$(call gb_CliConfigTarget_get_target,$(2)),$(call gb_CliConfigTarget_get_clean_target,$(2)))
endef