aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2010-11-23 19:29:13 +0000
committerIan Campbell <ian.campbell@citrix.com>2010-11-23 19:29:13 +0000
commitc695686a9b835b1f3e7d2fe4e495eba5d9808ab9 (patch)
tree6ab8165baf8a19729d1fb7e45290e33668c9231b /tools/Makefile
parentdd13d5775af0d79d92e30c21cea69f2802e2bcf1 (diff)
downloadxen-c695686a9b835b1f3e7d2fe4e495eba5d9808ab9.tar.gz
xen-c695686a9b835b1f3e7d2fe4e495eba5d9808ab9.tar.bz2
xen-c695686a9b835b1f3e7d2fe4e495eba5d9808ab9.zip
tools: fetch remote changesets when force refetching/resetting qemu
This makes "make tools/ioemu-dir-force-update" usable for picking up an entirely new QEMU_TAG. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 9a97324abd..ded18a9c43 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -117,6 +117,7 @@ ioemu-dir-force-update:
set -ex; \
if [ "$(QEMU_TAG)" ]; then \
cd ioemu-remote; \
+ $(GIT) fetch origin; \
$(GIT) reset --hard $(QEMU_TAG); \
fi