mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
package/: convert to DOWNLOAD helper
This commit is contained in:
@@ -12,7 +12,7 @@ GNUTAR_BINARY:=src/tar
|
||||
GNUTAR_TARGET_BINARY:=bin/tar
|
||||
|
||||
$(DL_DIR)/$(GNUTAR_SOURCE):
|
||||
$(WGET) -P $(DL_DIR) $(GNUTAR_SITE)/$(GNUTAR_SOURCE)
|
||||
$(call DOWNLOAD,$(GNUTAR_SITE),$(GNUTAR_SOURCE))
|
||||
|
||||
tar-source: $(DL_DIR)/$(GNUTAR_SOURCE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user