]> xenbits.xensource.com Git - libvirt.git/commit
syntax-check: Reorganize file
authorAndrea Bolognani <abologna@redhat.com>
Mon, 23 May 2022 14:23:59 +0000 (16:23 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 24 May 2022 09:09:47 +0000 (11:09 +0200)
commitaf9eb9e399562d8996a1b937e095a71154717f51
treec85a094735742feb329f055e23f2883dcbc62d4e
parentdddbc95375c553c18c588645086f7a3e35d4ad95
syntax-check: Reorganize file

Due to the way make works, we are not forced to follow a strict
order in defining rules and variables. In fact _sc_search_regexp,
which is used by all checks, is only defined halfway through the
file.

Shuffle things around so that the things that we need to look at
the most frequently are closer to the top of the file.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
build-aux/syntax-check.mk