build: prevent spurious host-build re-builds by touching .built after the install command before touching .installed

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 43721
v19.07.3_mercusys_ac12_duma
Felix Fietkau 10 years ago
parent 0ffb7323d0
commit f6f0984c43

@ -174,6 +174,7 @@ ifndef DUMP
$(call Host/Install)
$(foreach hook,$(Hooks/HostInstall/Post),$(call $(hook))$(sep))
mkdir -p $$(shell dirname $$@)
touch $(HOST_STAMP_BUILT)
touch $$@
ifndef STAMP_BUILT

Loading…
Cancel
Save