From cb6c757fa4e9b79e32adac8d1648e6faed6923d7 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Tue, 9 Nov 2010 18:15:25 +0000 Subject: tools: provide explicit target for refetching/resetting qemu This patch adds an explicit update mechanism: make tools/ioemu-dir-force-update This isn't brilliant but is better than doing "cd tools/ioemu-remote && git reset --hard " by hand. Note that invoking this target will destroy all working tree changes made to qemu-xen. Acked-by: Ian Jackson Signed-off-by: Ian Jackson --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 17abb5f7d7..662e31f549 100644 --- a/Makefile +++ b/Makefile @@ -83,6 +83,10 @@ endif tools/ioemu-dir: $(MAKE) -C tools ioemu-dir-find +.PHONY: tools/ioemu-dir-force-update +tools/ioemu-dir-force-update: + $(MAKE) -C tools ioemu-dir-force-update + .PHONY: install-docs install-docs: sh ./docs/check_pkgs && $(MAKE) -C docs install || true -- cgit v1.2.3