]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
syntax-check: Remove sc_copyright_usage exception
authorAndrea Bolognani <abologna@redhat.com>
Mon, 23 May 2022 14:12:20 +0000 (16:12 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 24 May 2022 09:09:38 +0000 (11:09 +0200)
The pattern in build-aux/syntax-check.mk is written specifically
so that it won't match itself, which makes having an exception
for the file unnecessary.

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

index 0637a42e94ebf7758e536ffe536878fcbdb3f14c..8d30b0e75abd6589ad6126168d5cfc4908555a85 100644 (file)
@@ -1573,7 +1573,7 @@ exclude_file_name_regexp--sc_gettext_init = \
        ^((tests|examples)/|tools/virt-login-shell.c)
 
 exclude_file_name_regexp--sc_copyright_usage = \
-  ^COPYING(|\.LESSER)|build-aux/syntax-check.mk$$
+  ^COPYING(|\.LESSER)$$
 
 exclude_file_name_regexp--sc_flags_usage = \
   ^(build-aux/syntax-check\.mk|docs/|src/util/virnetdevtap\.c$$|tests/((vir(cgroup|pci|test|usb)|nss|qemuxml2argv|qemusecurity)mock|virfilewrapper)\.c$$)