Lines Matching refs:qstrip
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))))
52 stripurischeme = $(lastword $(subst ://, ,$(call qstrip,$(1))))
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)