]> Git Repo - qemu.git/commit
python: Fix .PHONY Make specifiers
authorJohn Snow <[email protected]>
Tue, 29 Jun 2021 21:43:17 +0000 (17:43 -0400)
committerJohn Snow <[email protected]>
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 <[email protected]>
Reviewed-by: Wainer dos Santos Moschetta <[email protected]>
Reviewed-by: Willian Rampazzo <[email protected]>
Message-id: 20210629214323.1329806[email protected]
Signed-off-by: John Snow <[email protected]>
python/Makefile
This page took 0.025766 seconds and 4 git commands to generate.