aboutsummaryrefslogtreecommitdiffstats
path: root/Testbuild.sh
diff options
context:
space:
mode:
authorkraxel <kraxel>2007-08-31 13:46:27 +0000
committerkraxel <kraxel>2007-08-31 13:46:27 +0000
commit1a239af5a483bd47565eac17d7ca552f66dd0911 (patch)
tree4240bf01ba05887bb78ee9873d3135145d9f19a9 /Testbuild.sh
parent6c20a337f9a3930e480a0ee4022fb9fb2ed0b342 (diff)
downloadxenwatch-1a239af5a483bd47565eac17d7ca552f66dd0911.tar.gz
desktop files, minor fixes.
Diffstat (limited to 'Testbuild.sh')
-rwxr-xr-xTestbuild.sh1
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