]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
syntax-check: Add all target
authorAndrea Bolognani <abologna@redhat.com>
Mon, 23 May 2022 14:20:31 +0000 (16:20 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 24 May 2022 09:09:48 +0000 (11:09 +0200)
The makefile is an implementation detail, so point users towards
the proper way of running syntax-check if they happen to call it
directly.

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

index a37e43b9f6782c5afb88617a38674a4934a5c19c..b770e89efa2ac4427ab3ffc3348005a302b837e4 100644 (file)
 # <http://www.gnu.org/licenses/>.
 
 
+all:
+       @echo "Do not call this file directly, use 'meson test' instead" >&2; \
+       exit 1
+
+
 ## ----- ##
 ## Rules ##
 ## ----- ##