mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Fix make check when augparse is missing
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
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
|
|||||||
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user