tools: keep stamp file in $(STAGING_DIR_HOST)
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
This commit is contained in:
		@@ -152,6 +152,6 @@ $(curdir)/ := .config prereq
 | 
				
			|||||||
$(curdir)/install: $(curdir)/compile
 | 
					$(curdir)/install: $(curdir)/compile
 | 
				
			||||||
 | 
					
 | 
				
			||||||
tools_enabled = $(foreach tool,$(sort $(tools-y) $(tools-)),$(if $(filter $(tool),$(tools-y)),y,n))
 | 
					tools_enabled = $(foreach tool,$(sort $(tools-y) $(tools-)),$(if $(filter $(tool),$(tools-y)),y,n))
 | 
				
			||||||
$(eval $(call stampfile,$(curdir),tools,compile,,_$(subst $(space),,$(tools_enabled))))
 | 
					$(eval $(call stampfile,$(curdir),tools,compile,,_$(subst $(space),,$(tools_enabled)),$(STAGING_DIR_HOST)))
 | 
				
			||||||
$(eval $(call stampfile,$(curdir),tools,check,$(TMP_DIR)/.build))
 | 
					$(eval $(call stampfile,$(curdir),tools,check,$(TMP_DIR)/.build,,$(STAGING_DIR_HOST)))
 | 
				
			||||||
$(eval $(call subdir,$(curdir)))
 | 
					$(eval $(call subdir,$(curdir)))
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user