提交 27e06168 编写于 作者: C Cleber Rosa

Makefile: silence possible setuptools warnings

Some warnings may be generated by setuptools code when running
`setup.py --version`.  Let's silence those.
Signed-off-by: NCleber Rosa <crosa@redhat.com>
上级 32aac2be
......@@ -12,7 +12,7 @@
PYTHON=$(shell which python)
PYTHON26=$(shell $(PYTHON) -V 2>&1 | grep 2.6 -q && echo true || echo false)
VERSION=$(shell $(PYTHON) setup.py --version)
VERSION=$(shell $(PYTHON) setup.py --version 2>/dev/null)
DESTDIR=/
BUILDIR=$(CURDIR)/debian/avocado
PROJECT=avocado
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册