mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/: convert to DOWNLOAD helper
This commit is contained in:
@@ -5,7 +5,7 @@ TN5250_SOURCE:=tn5250-$(TN5250_VERSION).tar.gz
|
||||
TN5250_CAT:=$(ZCAT)
|
||||
|
||||
$(DL_DIR)/$(TN5250_SOURCE):
|
||||
$(WGET) -P $(DL_DIR) $(TN5250_SITE)/$(TN5250_SOURCE)
|
||||
$(call DOWNLOAD,$(TN5250_SITE),$(TN5250_SOURCE))
|
||||
|
||||
$(TN5250_DIR)/.dist: $(DL_DIR)/$(TN5250_SOURCE)
|
||||
$(TN5250_CAT) $(DL_DIR)/$(TN5250_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
|
||||
|
||||
Reference in New Issue
Block a user