]> Git Repo - qemu.git/commitdiff
python: Update help text on 'make clean', 'make distclean'
authorJohn Snow <[email protected]>
Tue, 29 Jun 2021 21:43:21 +0000 (17:43 -0400)
committerJohn Snow <[email protected]>
Thu, 1 Jul 2021 01:57:08 +0000 (21:57 -0400)
Update for visual parity with all the remaining targets.

Signed-off-by: John Snow <[email protected]>
Reviewed-by: Willian Rampazzo <[email protected]>
Reviewed-by: Wainer dos Santos Moschetta <[email protected]>
Message-id: 20210629214323.1329806[email protected]
Signed-off-by: John Snow <[email protected]>
python/Makefile

index a14705d12eafc6a3f3843f9b3e2c14e86a56fc38..0432ee00222f423fdbc8e57eb0d899acec17f7fc 100644 (file)
@@ -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
This page took 0.029728 seconds and 4 git commands to generate.