|
@@ -16,7 +16,7 @@ export GIT := $(call qstrip,$(BR2_GIT))
|
|
|
export HG := $(call qstrip,$(BR2_HG)) $(QUIET)
|
|
|
export SCP := $(call qstrip,$(BR2_SCP)) $(QUIET)
|
|
|
SSH := $(call qstrip,$(BR2_SSH)) $(QUIET)
|
|
|
-LOCALFILES := $(call qstrip,$(BR2_LOCALFILES))
|
|
|
+export LOCALFILES := $(call qstrip,$(BR2_LOCALFILES))
|
|
|
|
|
|
# Default spider mode is 'DOWNLOAD'. Other possible values are 'SOURCE_CHECK'
|
|
|
# used by the _source-check target and 'SHOW_EXTERNAL_DEPS', used by the
|
|
@@ -192,7 +192,8 @@ endef
|
|
|
|
|
|
define DOWNLOAD_LOCALFILES
|
|
|
test -e $(DL_DIR)/$(2) || \
|
|
|
- $(LOCALFILES) $(call stripurischeme,$(call qstrip,$(1))) $(DL_DIR)
|
|
|
+ $(EXTRA_ENV) support/download/cp $(call stripurischeme,$(call qstrip,$(1))) \
|
|
|
+ $(DL_DIR)
|
|
|
endef
|
|
|
|
|
|
define SOURCE_CHECK_LOCALFILES
|