mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
buildroot: convert remaining WGET users to DOWNLOAD helper
This commit is contained in:
@@ -21,7 +21,8 @@ ifneq ($(MPFR_PATCH),)
|
||||
MPFR_PATCH_SOURCE:=$(DL_DIR)/$(MPFR_PATCH_FILE)
|
||||
|
||||
$(MPFR_PATCH_SOURCE):
|
||||
$(WGET) -O $@ $(MPFR_SITE),$(MPFR_PATCH)
|
||||
$(call DOWNLOAD,$(MPFR_SITE),$(MPFR_PATCH))
|
||||
mv $(DL_DIR)/$(MPFR_PATCH) $@
|
||||
endif
|
||||
|
||||
$(DL_DIR)/$(MPFR_SOURCE):
|
||||
|
||||
Reference in New Issue
Block a user