[libvirt] [PATCH] tests: Fix syntax-check after cdd11151791bc9e61538988438980f41c0185681

Peter Krempa pkrempa at redhat.com
Mon Jun 23 11:59:09 UTC 2014


makefile_conditionals
tests/Makefile.am:293:endif
maint.mk: match "if FOO" with "endif FOO" in Makefiles
make: *** [sc_makefile_conditionals] Error 1
---

Notes:
    Pushing under the build breaker rule and putting on the brown paper box of shame :/

 tests/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index 2f762a6..025b847 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -290,7 +290,7 @@ endif WITH_STORAGE

 if WITH_STORAGE_FS
 test_programs += virstoragetest
-endif
+endif WITH_STORAGE_FS

 if WITH_LINUX
 test_programs += virscsitest
-- 
1.9.3




More information about the libvir-list mailing list