[libvirt] [PATCH] build: avoid false positive syntax-check failure

Eric Blake eblake at redhat.com
Tue Oct 19 15:25:27 UTC 2010


* .x-sc_po_check: Exclude docs directory.
---

Pushing this under the build-breaker rule.  The docs directory is
never compiled, and thus never processed by xgettext, and thus
should be exempt from 'make syntax-check' looking for _().

 .x-sc_po_check |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
 create mode 100644 .x-sc_po_check

diff --git a/.x-sc_po_check b/.x-sc_po_check
new file mode 100644
index 0000000..4d5dc20
--- /dev/null
+++ b/.x-sc_po_check
@@ -0,0 +1 @@
+^docs/*
-- 
1.7.2.3




More information about the libvir-list mailing list