Skip to content
Snippets Groups Projects
Commit 7cb6ddea authored by Philippe Gorley's avatar Philippe Gorley Committed by Philippe Gorley
Browse files

contrib: lower verbosity when unpacking archives

Change-Id: I7af6bc775b08fc478704dfc5b595677a40c13a8f
parent f68226c5
No related branches found
No related tags found
No related merge requests found
......@@ -342,7 +342,7 @@ download_git = \
(cd $(@:.tar.xz=) && $(GIT) checkout $(3:%= %)) && \
rm -Rf $(@:%.tar.xz=%)/.git && \
(cd $(dir $@) && \
tar cvJ $(notdir $(@:.tar.xz=))) > $@ && \
tar cJ $(notdir $(@:.tar.xz=))) > $@ && \
rm -Rf $(@:.tar.xz=)
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment