projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2690e76
)
Makefile.package.in: SVN/BZR/GIT: don't append $(QUIET)
author
Peter Korsgaard
<jacmet@sunsite.dk>
Thu, 29 Sep 2011 21:26:09 +0000
(23:26 +0200)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Fri, 30 Sep 2011 06:26:07 +0000
(08:26 +0200)
svn/bzr/git commands don't accept the -q option for quiet operation.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/Makefile.package.in
patch
|
blob
|
history
diff --git
a/package/Makefile.package.in
b/package/Makefile.package.in
index 4fb16e83d98d4935a7b9c7c4ac0069dfc52e00df..10212061f93a4d6d49f83bee75e7b5ca11359b96 100644
(file)
--- a/
package/Makefile.package.in
+++ b/
package/Makefile.package.in
@@
-89,9
+89,9
@@
TERM_RESET := $(shell tput rmso)
# Download method commands
WGET:=$(call qstrip,$(BR2_WGET)) $(QUIET)
-SVN:=$(call qstrip,$(BR2_SVN))
$(QUIET)
-BZR:=$(call qstrip,$(BR2_BZR))
$(QUIET)
-GIT:=$(call qstrip,$(BR2_GIT))
$(QUIET)
+SVN:=$(call qstrip,$(BR2_SVN))
+BZR:=$(call qstrip,$(BR2_BZR))
+GIT:=$(call qstrip,$(BR2_GIT))
LOCALFILES:=$(call qstrip,$(BR2_LOCALFILES))
# Default spider mode is 'DOWNLOAD'. Other possible values are 'SOURCE_CHECK'