提交 6b224a9e 编写于 作者: C Cleber Rosa

Makefile: add target that shows general configuration

As the Makefile gets more complex and has more variables, I found it
useful to display how it's being driven.
Signed-off-by: NCleber Rosa <crosa@redhat.com>
上级 27e06168
......@@ -184,7 +184,19 @@ spell:
man: man/avocado.1 man/avocado-rest-client.1
.PHONY: source install clean check link
variables:
@echo "PYTHON: $(PYTHON)"
@echo "PYTHON26: $(PYTHON26)"
@echo "VERSION: $(VERSION)"
@echo "DESTDIR: $(DESTDIR)"
@echo "AVOCADO_DIRNAME: $(AVOCADO_DIRNAME)"
@echo "AVOCADO_PLUGINS: $(AVOCADO_PLUGINS)"
@echo "RELEASE_COMMIT: $(RELEASE_COMMIT)"
@echo "RELEASE_SHORT_COMMIT: $(RELEASE_SHORT_COMMIT)"
@echo "COMMIT: $(COMMIT)"
@echo "SHORT_COMMIT: $(SHORT_COMMIT)"
.PHONY: source install clean check link variables
# implicit rule/recipe for man page creation
%.1: %.rst
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册