Author: nbd Date: 2014-12-15 21:14:27 +0100 (Mon, 15 Dec 2014) New Revision: 43721
Modified: trunk/include/host-build.mk Log: build: prevent spurious host-build re-builds by touching .built after the install command before touching .installed Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/include/host-build.mk =================================================================== --- trunk/include/host-build.mk 2014-12-15 15:55:37 UTC (rev 43720) +++ trunk/include/host-build.mk 2014-12-15 20:14:27 UTC (rev 43721) @@ -174,6 +174,7 @@ $(call Host/Install) $(foreach hook,$(Hooks/HostInstall/Post),$(call $(hook))$(sep)) mkdir -p $$(shell dirname $$@) + touch $(HOST_STAMP_BUILT) touch $$@ ifndef STAMP_BUILT _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
