提交 b9ed7914 编写于 作者: D Daniel P. Berrange

Fix make check when augparse is missing

上级 c37031eb
Thu Sep 4 14:16:20 BST 2008 Daniel P. Berrange <berrange@redhat.com>
* qemud/Makefile.am: Fix make check when augparse is not
available
Thu Sep 4 15:05:34 CEST 2008 Daniel Veillard <veillard@redhat.com> Thu Sep 4 15:05:34 CEST 2008 Daniel Veillard <veillard@redhat.com>
* src/storage_backend_logical.c: fix a miscalculation of command line * src/storage_backend_logical.c: fix a miscalculation of command line
......
...@@ -183,7 +183,7 @@ libvirtd.init: libvirtd.init.in ...@@ -183,7 +183,7 @@ libvirtd.init: libvirtd.init.in
mv $@-t $@ mv $@-t $@
check-local: check-local:
test -x $(AUGPARSE) && $(AUGPARSE) -I $(srcdir) test_libvirtd.aug if [ -x $(AUGPARSE) ]; then $(AUGPARSE) -I $(srcdir) test_libvirtd.aug ; fi
else else
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册