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:
@@ -15,7 +15,7 @@ BIN_PROGS:=cat chgrp chmod chown cp date dd df dir echo false hostname \
|
||||
ln ls mkdir mknod mv pwd rm rmdir vdir sleep stty sync touch true uname
|
||||
|
||||
$(DL_DIR)/$(COREUTILS_SOURCE):
|
||||
$(WGET) -P $(DL_DIR) $(COREUTILS_SITE)/$(COREUTILS_SOURCE)
|
||||
$(call DOWNLOAD,$(COREUTILS_SITE),$(COREUTILS_SOURCE))
|
||||
|
||||
coreutils-source: $(DL_DIR)/$(COREUTILS_SOURCE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user