]> git.ipfire.org Git - thirdparty/libvirt.git/commit
make: Fix 'make syntax-check' failing.
authorPeter Krempa <pkrempa@redhat.com>
Wed, 14 Sep 2011 12:20:07 +0000 (14:20 +0200)
committerEric Blake <eblake@redhat.com>
Wed, 14 Sep 2011 14:35:25 +0000 (08:35 -0600)
commit49ce282a6d3fb2011894d13bd9edf9bacdddd20e
treec3cadc89b50b1be291a24bfdb9df8702704cb601
parent8918fc8edf0626f3662df69af1b4179567875965
make: Fix 'make syntax-check' failing.

Commit 2a0d75e5 added file python/libvirt-qemu-override.c that contains
code that does not pass "make syntax-check". This patch adds an
exception for this file and the check.

prohibit_always_true_header_tests
python/libvirt-qemu-override.c:17:#undef HAVE_PTHREAD_H
maint.mk: do not test the above HAVE_<header>_H symbol(s);
  with the corresponding gnulib module, they are always true
make: *** [sc_prohibit_always_true_header_tests] Error 1
cfg.mk