From: John Snow Date: Tue, 29 Jun 2021 21:43:21 +0000 (-0400) Subject: python: Update help text on 'make clean', 'make distclean' X-Git-Tag: v6.1.0-rc0~48^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=50d0fba8272a5ccc2821e8ca66a5932281b1ca2d;p=thirdparty%2Fqemu.git python: Update help text on 'make clean', 'make distclean' Update for visual parity with all the remaining targets. Signed-off-by: John Snow Reviewed-by: Willian Rampazzo Reviewed-by: Wainer dos Santos Moschetta Message-id: 20210629214323.1329806-14-jsnow@redhat.com Signed-off-by: John Snow --- diff --git a/python/Makefile b/python/Makefile index a14705d12ea..0432ee00222 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