diff mbox series

[10/11] python: Update help text on 'make clean', 'make distclean'

Message ID 20210625154540.783306-11-jsnow@redhat.com
State New
Headers show
Series Python: packaging cleanups | expand

Commit Message

John Snow June 25, 2021, 3:45 p.m. UTC
Just for visual parity with everything else.

Signed-off-by: John Snow <jsnow@redhat.com>
---
 python/Makefile | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Comments

Willian Rampazzo June 25, 2021, 6:37 p.m. UTC | #1
On Fri, Jun 25, 2021 at 12:46 PM John Snow <jsnow@redhat.com> wrote:
>
> Just for visual parity with everything else.
>
> Signed-off-by: John Snow <jsnow@redhat.com>
> ---
>  python/Makefile | 11 +++++++----
>  1 file changed, 7 insertions(+), 4 deletions(-)
>

Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Wainer dos Santos Moschetta June 28, 2021, 9:44 p.m. UTC | #2
On 6/25/21 12:45 PM, John Snow wrote:
> Just for visual parity with everything else.
>
> Signed-off-by: John Snow <jsnow@redhat.com>
> ---
>   python/Makefile | 11 +++++++----
>   1 file changed, 7 insertions(+), 4 deletions(-)
>
> diff --git a/python/Makefile b/python/Makefile
> index 4ed37c29f0..06f78f760a 100644
> --- a/python/Makefile
> +++ b/python/Makefile
> @@ -37,11 +37,14 @@ help:
>   	@echo "make venv"
>   	@echo "    Creates a simple venv for check-venv. ($(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"

Devs will like the last message. ;)

Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com>

>   
>   pipenv: .venv
>   .venv: Pipfile.lock
diff mbox series

Patch

diff --git a/python/Makefile b/python/Makefile
index 4ed37c29f0..06f78f760a 100644
--- a/python/Makefile
+++ b/python/Makefile
@@ -37,11 +37,14 @@  help:
 	@echo "make venv"
 	@echo "    Creates a simple venv for check-venv. ($(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"
 
 pipenv: .venv
 .venv: Pipfile.lock