Skip to content

Commit aa7c472

Browse files
committed
Quietly download the binaries.
1 parent 62c4deb commit aa7c472

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@ $(ES_SERVICE_EXE): $(COMMONS_DAEMON_PRUNSRV) $(SETEXECUTABLEICON_EXE)
7979
mv $(ES_SERVICE_EXE).tmp $(ES_SERVICE_EXE)
8080

8181
$(ES_JAR):
82-
wget -O $(ES_HOME).zip http://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-$(ES_VERSION).zip
82+
wget -qO $(ES_HOME).zip http://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-$(ES_VERSION).zip
8383
[ `openssl sha1 $(ES_HOME).zip | awk '{print $$2}'` == $(ES_SHA1) ]
8484
unzip -d vendor $(ES_HOME).zip
8585

8686
$(COMMONS_DAEMON_PRUNSRV):
87-
wget -O $(COMMONS_DAEMON_HOME).zip http://apache.org/dist/commons/daemon/binaries/windows/$(COMMONS_DAEMON_NAME).zip
87+
wget -qO $(COMMONS_DAEMON_HOME).zip http://apache.org/dist/commons/daemon/binaries/windows/$(COMMONS_DAEMON_NAME).zip
8888
(cd vendor && md5sum -c $(COMMONS_DAEMON_NAME).zip.md5)
8989
unzip -d $(COMMONS_DAEMON_HOME) $(COMMONS_DAEMON_HOME).zip
9090

0 commit comments

Comments
 (0)