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
This commit is contained in:
		| @@ -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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Felix Fietkau
					Felix Fietkau