From: Felix Fietkau Date: Mon, 15 Dec 2014 20:14:27 +0000 (+0000) Subject: build: prevent spurious host-build re-builds by touching .built after the install... X-Git-Tag: reboot~4923 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=f6f0984c437589c5470728f6e4839e1597446384;p=openwrt%2Fstaging%2Fjogo.git build: prevent spurious host-build re-builds by touching .built after the install command before touching .installed Signed-off-by: Felix Fietkau SVN-Revision: 43721 --- diff --git a/include/host-build.mk b/include/host-build.mk index 126671a0b3..ad821f72c4 100644 --- a/include/host-build.mk +++ b/include/host-build.mk @@ -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