Lines Matching refs:call
11 export WGET := $(call qstrip,$(BR2_WGET))
12 export SVN := $(call qstrip,$(BR2_SVN))
13 export CVS := $(call qstrip,$(BR2_CVS))
14 export BZR := $(call qstrip,$(BR2_BZR))
15 export GIT := $(call qstrip,$(BR2_GIT))
16 export HG := $(call qstrip,$(BR2_HG))
17 export SCP := $(call qstrip,$(BR2_SCP))
18 export LOCALFILES := $(call qstrip,$(BR2_LOCALFILES))
29 DL_DIR ?= $(call qstrip,$(BR2_DL_DIR))
48 geturischeme = $(firstword $(subst ://, ,$(call qstrip,$(1))))
50 getschemeplusuri = $(call geturischeme,$(1))$(if $(2),\|$(2))+$(1)
52 stripurischeme = $(lastword $(subst ://, ,$(call qstrip,$(1))))
54 domain = $(firstword $(subst $(call domainseparator,$(2)), ,$(call stripurischeme,$(1))))
56 notdomain = $(patsubst $(call domain,$(1),$(2))$(call domainseparator,$(2))%,%,$(call stripurischem…
83 ifneq ($(call qstrip,$(BR2_PRIMARY_SITE)),)
85 $(call getschemeplusuri,$(call qstrip,$(BR2_PRIMARY_SITE)/$($(2)_DL_SUBDIR)),urlencode) \
86 $(call getschemeplusuri,$(call qstrip,$(BR2_PRIMARY_SITE)),urlencode)
91 $(patsubst %/,%,$(dir $(call qstrip,$(1))))
92 ifneq ($(call qstrip,$(BR2_BACKUP_SITE)),)
94 $(call getschemeplusuri,$(call qstrip,$(BR2_BACKUP_SITE)/$($(2)_DL_SUBDIR)),urlencode) \
95 $(call getschemeplusuri,$(call qstrip,$(BR2_BACKUP_SITE)),urlencode)
121 $(foreach uri,$(call DOWNLOAD_URIS,$(1),$(2)),-u $(uri)) \