mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
package/: convert to DOWNLOAD helper
This commit is contained in:
@@ -10,7 +10,7 @@ DEVMEM2_BINARY:=devmem2
|
||||
DEVMEM2_DIR:=$(BUILD_DIR)/devmem2
|
||||
|
||||
$(DL_DIR)/$(DEVMEM2_SOURCE):
|
||||
$(WGET) -P $(DL_DIR) $(DEVMEM2_SITE)/$(DEVMEM2_SOURCE)
|
||||
$(call DOWNLOAD,$(DEVMEM2_SITE),$(DEVMEM2_SOURCE))
|
||||
|
||||
$(DEVMEM2_DIR)/$(DEVMEM2_SOURCE): $(DL_DIR)/$(DEVMEM2_SOURCE)
|
||||
mkdir -p $(@D)
|
||||
|
||||
Reference in New Issue
Block a user