Fix necessary recompiling not detected

This commit is contained in:
Texot 2020-02-27 00:31:01 +08:00
parent 1b1d0b83e4
commit f35caf0c44
2 changed files with 2 additions and 0 deletions

View File

@ -75,6 +75,7 @@ endef
# Avoid installing binaries # Avoid installing binaries
define Build/InstallDev define Build/InstallDev
$(call Build/Compile/Default,clean) $(call Build/Compile/Default,clean)
rm -f $(STAMP_BUILT)
$(call GoPackage/Build/InstallDev,$(1)) $(call GoPackage/Build/InstallDev,$(1))
endef endef

View File

@ -80,6 +80,7 @@ endef
# Avoid installing binaries # Avoid installing binaries
define Build/InstallDev define Build/InstallDev
$(call Build/Compile/Default,clean) $(call Build/Compile/Default,clean)
rm -f $(STAMP_BUILT)
$(call GoPackage/Build/InstallDev,$(1)) $(call GoPackage/Build/InstallDev,$(1))
endef endef