提交 a549a5b0 编写于 作者: L Lucas Meneghel Rodrigues

Merge pull request #574 from clebergnu/git_archive

Makefile: replace source tarball generation from distutils to git
......@@ -17,7 +17,8 @@ all:
@echo "make clean - Get rid of scratch and byte files"
source:
$(PYTHON) setup.py sdist $(COMPILE) --dist-dir=SOURCES --prune
if test ! -d SOURCES; then mkdir SOURCES; fi
git archive --prefix="avocado-$(VERSION)/" -o "SOURCES/avocado-$(VERSION).tar.gz" HEAD
install:
$(PYTHON) setup.py install --root $(DESTDIR) $(COMPILE)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册