summaryrefslogtreecommitdiffstats
path: root/python/Makefile
diff options
context:
space:
mode:
authorJohn Snow2021-06-29 23:43:21 +0200
committerJohn Snow2021-07-01 03:57:08 +0200
commit50d0fba8272a5ccc2821e8ca66a5932281b1ca2d (patch)
tree2919df716829db90a2cc37600f68c810920b6cd1 /python/Makefile
parentpython: Update help text on 'make check', 'make develop' (diff)
downloadqemu-50d0fba8272a5ccc2821e8ca66a5932281b1ca2d.tar.gz
qemu-50d0fba8272a5ccc2821e8ca66a5932281b1ca2d.tar.xz
qemu-50d0fba8272a5ccc2821e8ca66a5932281b1ca2d.zip
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>
Diffstat (limited to 'python/Makefile')
-rw-r--r--python/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/python/Makefile b/python/Makefile
index a14705d12e..0432ee0022 100644
--- a/python/Makefile
+++ b/python/Makefile
@@ -36,11 +36,14 @@ help:
@echo "make dev-venv"
@echo " Creates a simple venv for check-dev. ($(QEMU_VENV_DIR))"
@echo ""
- @echo "make clean: remove package build output."
+ @echo "make clean:"
+ @echo " Remove package build output."
@echo ""
- @echo "make distclean: remove venv files, qemu package forwarder,"
- @echo " built distribution files, and everything"
- @echo " from 'make clean'."
+ @echo "make distclean:"
+ @echo " remove pipenv/venv files, qemu package forwarder,"
+ @echo " built distribution files, and everything from 'make clean'."
+ @echo ""
+ @echo -e "Have a nice day ^_^\n"
.PHONY: pipenv
pipenv: .venv