Commit cb1111bc authored by Rafaël Carré's avatar Rafaël Carré

cosmetics

parent ffce1e46
......@@ -226,7 +226,7 @@ download_git = \
(cd $(@:.tar.xz=) && $(GIT) checkout $(3:%= %)) && \
rm -Rf $(@:%.tar.xz=%)/.git && \
(cd $(dir $@) && \
tar cvJ $(notdir $(@:.tar.xz=))) > $@ && \
tar cvJ $(notdir $(@:.tar.xz=))) > $@ && \
rm -Rf $(@:.tar.xz=)
checksum = \
$(foreach f,$(filter $(TARBALLS)/%,$^), \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment