python: Update help text on 'make clean', 'make distclean'
Update for visual parity with all the remaining targets. Signed-off-by: John Snow <jsnow@redhat.com> Reviewed-by: Willian Rampazzo <willianr@redhat.com> Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com> Message-id: 20210629214323.1329806-14-jsnow@redhat.com Signed-off-by: John Snow <jsnow@redhat.com>
This commit is contained in:
parent
28cd32fb7b
commit
50d0fba827
@ -36,11 +36,14 @@ help:
|
|||||||
@echo "make dev-venv"
|
@echo "make dev-venv"
|
||||||
@echo " Creates a simple venv for check-dev. ($(QEMU_VENV_DIR))"
|
@echo " Creates a simple venv for check-dev. ($(QEMU_VENV_DIR))"
|
||||||
@echo ""
|
@echo ""
|
||||||
@echo "make clean: remove package build output."
|
@echo "make clean:"
|
||||||
|
@echo " Remove package build output."
|
||||||
@echo ""
|
@echo ""
|
||||||
@echo "make distclean: remove venv files, qemu package forwarder,"
|
@echo "make distclean:"
|
||||||
@echo " built distribution files, and everything"
|
@echo " remove pipenv/venv files, qemu package forwarder,"
|
||||||
@echo " from 'make clean'."
|
@echo " built distribution files, and everything from 'make clean'."
|
||||||
|
@echo ""
|
||||||
|
@echo -e "Have a nice day ^_^\n"
|
||||||
|
|
||||||
.PHONY: pipenv
|
.PHONY: pipenv
|
||||||
pipenv: .venv
|
pipenv: .venv
|
||||||
|
Loading…
x
Reference in New Issue
Block a user