]> git.proxmox.com Git - mirror_qemu.git/commit - python/Makefile
python: Fix .PHONY Make specifiers
authorJohn Snow <jsnow@redhat.com>
Tue, 29 Jun 2021 21:43:17 +0000 (17:43 -0400)
committerJohn Snow <jsnow@redhat.com>
Thu, 1 Jul 2021 01:54:04 +0000 (21:54 -0400)
commit205d7219f3ba9971149b6fa45a155866d9e889db
tree4be1d4a6e761f4eb676e9a6482029b87189fe636
parent8c95d0fc7f905fb952818e934169a8abcc9a4c56
python: Fix .PHONY Make specifiers

I missed the 'check-tox' target. Add that, but split the large .PHONY
specifier at the top into its component pieces and move them near the
targets they describe so that they're much harder to forget to update.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Message-id: 20210629214323.1329806-10-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
python/Makefile