diff options
author | marha <marha@users.sourceforge.net> | 2010-08-06 10:19:28 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-08-06 10:19:28 +0000 |
commit | 6849d83857b4e470a44ad8b6aa5cfb283fd64c89 (patch) | |
tree | 40ebbd846199f362c01196efdbe681a3b2c7d7c2 /updategit.bat | |
parent | 47ed6413ce8f2586b8d542dc46055e075a47022e (diff) | |
download | vcxsrv-6849d83857b4e470a44ad8b6aa5cfb283fd64c89.tar.gz vcxsrv-6849d83857b4e470a44ad8b6aa5cfb283fd64c89.tar.bz2 vcxsrv-6849d83857b4e470a44ad8b6aa5cfb283fd64c89.zip |
pixman git update 6/8/2010
Diffstat (limited to 'updategit.bat')
-rw-r--r-- | updategit.bat | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/updategit.bat b/updategit.bat index b10401c28..92f94a6c1 100644 --- a/updategit.bat +++ b/updategit.bat @@ -12,6 +12,7 @@ git clone git://anongit.freedesktop.org/xorg/lib/libfontenc git clone git://anongit.freedesktop.org/xorg/lib/libXinerama
git clone git://anongit.freedesktop.org/xorg/lib/libXau
git clone git://anongit.freedesktop.org/xorg/app/xkbcomp
+git clone git://anongit.freedesktop.org/pixman
:noclone
pushd .
@@ -57,7 +58,11 @@ pushd libXau |& tee /a d:\updategit.log git pull |& tee /a d:\updategit.log
popd
echo Updating xkbcomp |& tee /a d:\updategit.log
-pushd xkbcomp |& tee /a d:\updategit.log
+pushd xkbcomp |& tee /a d:\updategit.log
+git pull |& tee /a d:\updategit.log
+popd
+echo Updating pixman |& tee /a d:\updategit.log
+pushd pixman |& tee /a d:\updategit.log
git pull |& tee /a d:\updategit.log
popd
popd
|