Skip to content
Snippets Groups Projects
Commit f6f0984c authored by Felix Fietkau's avatar Felix Fietkau
Browse files

build: prevent spurious host-build re-builds by touching .built after the...

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

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

SVN-Revision: 43721
parent 0ffb7323
No related branches found
No related tags found
No related merge requests found
...@@ -174,6 +174,7 @@ ifndef DUMP ...@@ -174,6 +174,7 @@ ifndef DUMP
$(call Host/Install) $(call Host/Install)
$(foreach hook,$(Hooks/HostInstall/Post),$(call $(hook))$(sep)) $(foreach hook,$(Hooks/HostInstall/Post),$(call $(hook))$(sep))
mkdir -p $$(shell dirname $$@) mkdir -p $$(shell dirname $$@)
touch $(HOST_STAMP_BUILT)
touch $$@ touch $$@
ifndef STAMP_BUILT ifndef STAMP_BUILT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment