diff options
Diffstat (limited to 'Testbuild.sh')
-rwxr-xr-x | Testbuild.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Testbuild.sh b/Testbuild.sh index 868b513..21493b3 100755 --- a/Testbuild.sh +++ b/Testbuild.sh @@ -7,6 +7,7 @@ make clean for option in HAVE_GTK HAVE_GTK_VNC HAVE_AVAHI HAVE_XENSTORE HAVE_LIBVIRT; do make $option=no + make $option=no -n install make $option=no clean done |