From ec6f0322ead6f721f8804e8bf8026f4e34898da9 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 15 Dec 2014 20:14:27 +0000 Subject: build: prevent spurious host-build re-builds by touching .built after the install command before touching .installed Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43721 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- include/host-build.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 -- cgit v1.2.3