repository: c:/kernel.org/kvm-guest-drivers-windows
branch: master
commit 11ad3ec4be2fcf47d3b63c8b89cd7ad688a83a33
Author: Vadim Rozenfeld <[email protected]>
Date:   Fri Oct 1 13:18:40 2010 +0200

    [WIN-GUEST-DRIVERS] fix build and cleanup scripts

diff --git a/buildAll.bat b/buildAll.bat
index bd91e7a..ed20391 100644
--- a/buildAll.bat
+++ b/buildAll.bat
@@ -10,7 +10,11 @@ cd viostor
 call buildall.bat
 cd ..
 
-cd Balloon\BalloonWDF
+cd Balloon
 call buildall.bat
-cd ..\..
+cd ..
+
+cd vioserial
+call buildall.bat
+cd ..
 
diff --git a/clean.bat b/clean.bat
index c74d6fa..50d586c 100644
--- a/clean.bat
+++ b/clean.bat
@@ -10,6 +10,11 @@ cd viostor
 call clean.bat
 cd ..
 
-cd Balloon\BalloonWDF
-call clean.bat
-cd ..\..
\ No newline at end of file
+cd Balloon
+call cleanall.bat
+cd ..
+
+
+cd vioserial
+call cleanall.bat
+cd ..
\ No newline at end of file

--
To unsubscribe from this list: send the line "unsubscribe kvm-commits" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to