[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] Remove dead qemu variables from toplevel Makefile
commit 6feb6b1282b0dc1515fffcc26308111300a37615 Author: Olaf Hering <olaf@xxxxxxxxx> AuthorDate: Fri Oct 10 11:23:25 2014 +0200 Commit: Ian Campbell <ian.campbell@xxxxxxxxxx> CommitDate: Tue Oct 14 10:25:57 2014 +0100 Remove dead qemu variables from toplevel Makefile The variables should have been removed already in 7ed06911dc596d23f21dee209b7f2db294e34b56 ("Remove dead qemu code from toplevel Makefile"), but I did not spot it at this time. Now it looks like the intention initially was to let the install-tools depend on tools/qemu-xen-traditional-dir. But that did not work because there was the typo in the variables (TGT vs. TARGET), and CONFIG_QEMU_TRAD was not defined anyway. So remove QEMU_TRAD_DIR_TARGET and QEMU_XEN_DIR_TARGET because they are not defined at all. Signed-off-by: Olaf Hering <olaf@xxxxxxxxx> Cc: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Cc: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx> Cc: Ian Campbell <ian.campbell@xxxxxxxxxx> Cc: Wei Liu <wei.liu2@xxxxxxxxxx> Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> --- Makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0355b49..f540e07 100644 --- a/Makefile +++ b/Makefile @@ -65,11 +65,11 @@ install-xen: $(MAKE) -C xen install .PHONY: install-tools -install-tools: $(QEMU_TRAD_DIR_TARGET) $(QEMU_XEN_DIR_TARGET) +install-tools: $(MAKE) -C tools install .PHONY: install-stubdom -install-stubdom: $(QEMU_TRAD_DIR_TARGET) install-tools +install-stubdom: install-tools $(MAKE) -C stubdom install ifeq (x86_64,$(XEN_TARGET_ARCH)) XEN_TARGET_ARCH=x86_32 $(MAKE) -C stubdom install-grub -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |