Makefile.package.in: SVN/BZR/GIT: don't append $(QUIET)
svn/bzr/git commands don't accept the -q option for quiet operation. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
2690e76aa2
commit
0692038878
@ -89,9 +89,9 @@ TERM_RESET := $(shell tput rmso)
|
|||||||
|
|
||||||
# Download method commands
|
# Download method commands
|
||||||
WGET:=$(call qstrip,$(BR2_WGET)) $(QUIET)
|
WGET:=$(call qstrip,$(BR2_WGET)) $(QUIET)
|
||||||
SVN:=$(call qstrip,$(BR2_SVN)) $(QUIET)
|
SVN:=$(call qstrip,$(BR2_SVN))
|
||||||
BZR:=$(call qstrip,$(BR2_BZR)) $(QUIET)
|
BZR:=$(call qstrip,$(BR2_BZR))
|
||||||
GIT:=$(call qstrip,$(BR2_GIT)) $(QUIET)
|
GIT:=$(call qstrip,$(BR2_GIT))
|
||||||
LOCALFILES:=$(call qstrip,$(BR2_LOCALFILES))
|
LOCALFILES:=$(call qstrip,$(BR2_LOCALFILES))
|
||||||
|
|
||||||
# Default spider mode is 'DOWNLOAD'. Other possible values are 'SOURCE_CHECK'
|
# Default spider mode is 'DOWNLOAD'. Other possible values are 'SOURCE_CHECK'
|
||||||
|
Loading…
Reference in New Issue
Block a user