[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen master] Remove dead qemu code from toplevel Makefile



commit 7ed06911dc596d23f21dee209b7f2db294e34b56
Author:     Olaf Hering <olaf@xxxxxxxxx>
AuthorDate: Wed Oct 8 09:41:27 2014 +0200
Commit:     Ian Campbell <ian.campbell@xxxxxxxxxx>
CommitDate: Wed Oct 8 13:38:23 2014 +0100

    Remove dead qemu code from toplevel Makefile
    
    After commit b0f69ec5c71de1248d915c193b57c43e786857dd ("tools: Make
    qemu-xen-traditional build optional.") the existing make targets are
    wrapped in ifeq ($(CONF),y), but CONF is never set because
    config/Tools.mk is not included.
    
    Drop the dead code. The same effect can be achieved by calling the make
    commands directly, after calling configure.
    
    A better approach would be a simple, single 'make $something' which
    should be a wrapper around a targets in tools/Makefile that clones,
    updates and cleans the subprojects. That has to be worked out in a
    different patch.
    
    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 |   22 ----------------------
 1 files changed, 0 insertions(+), 22 deletions(-)

diff --git a/Makefile b/Makefile
index bf8028a..0355b49 100644
--- a/Makefile
+++ b/Makefile
@@ -64,28 +64,6 @@ docs: dist-docs
 install-xen:
        $(MAKE) -C xen install
 
-ifeq ($(CONFIG_QEMU_TRAD),y)
-QEMU_TRAD_DIR_TGT := tools/qemu-xen-traditional-dir
-
-tools/qemu-xen-traditional-dir:
-       $(MAKE) -C tools qemu-xen-traditional-dir-find
-
-.PHONY: tools/qemu-xen-traditional-dir-force-update
-tools/qemu-xen-traditional-dir-force-update:
-       $(MAKE) -C tools qemu-xen-traditional-dir-force-update
-endif
-
-ifeq ($(CONFIG_QEMU_XEN),y)
-QEMU_XEN_DIR_TGT := tools/qemu-xen-dir
-
-tools/qemu-xen-dir:
-       $(MAKE) -C tools qemu-xen-dir-find
-
-.PHONY: tools/qemu-xen-dir-force-update
-tools/qemu-xen-dir-force-update:
-       $(MAKE) -C tools qemu-xen-dir-force-update
-endif
-
 .PHONY: install-tools
 install-tools: $(QEMU_TRAD_DIR_TARGET) $(QEMU_XEN_DIR_TARGET)
        $(MAKE) -C tools install
--
generated by git-patchbot for /home/xen/git/xen.git#master

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.