wget-DEB_PKG_NAME needs a silent wget (@) bug 538699, r=mfinkle

This commit is contained in:
Aki Sasaki 2010-01-25 23:56:47 -08:00
parent 9a531da6f7
commit f700819379

View File

@ -171,7 +171,7 @@ endif
ifndef EN_US_BINARY_URL
$(error EN_US_BINARY_URL not defined)
endif
$(WGET) -q -O - $(EN_US_BINARY_URL)/deb_name.txt
@$(WGET) -q -O - $(EN_US_BINARY_URL)/deb_name.txt
wget-deb:
ifndef WGET