aboutsummaryrefslogtreecommitdiff
path: root/updategit.bat
diff options
context:
space:
mode:
Diffstat (limited to 'updategit.bat')
-rw-r--r--updategit.bat7
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