]> xenbits.xensource.com Git - xenclient/xen.git/commitdiff
ioemu directory is always at tools/ioemu-dir
authorJean Guyader <jean.guyader@eu.citrix.com>
Fri, 27 Mar 2009 16:46:57 +0000 (16:46 +0000)
committerJean Guyader <jean.guyader@eu.citrix.com>
Fri, 27 Mar 2009 16:46:57 +0000 (16:46 +0000)
tools/Makefile

index eec3527a2021c2c1c03914438faddfb612361972..d5d9228509e03e19ea9937cf9e63c890df138adc 100644 (file)
@@ -70,30 +70,9 @@ subdir-clean-ioemu:
        $(MAKE) -C ioemu distclean
 
 ioemu-dir-find:
-       set -ex; \
-       if test -d $(CONFIG_QEMU); then \
-               rm -f ioemu-dir; \
-               ln -sf $(CONFIG_QEMU) ioemu-dir; \
-       else \
-               if [ ! -d ioemu-remote ]; then \
-                       rm -rf ioemu-remote ioemu-remote.tmp; \
-                       mkdir ioemu-remote.tmp; rmdir ioemu-remote.tmp; \
-                       $(GIT) clone $(CONFIG_QEMU) ioemu-remote.tmp; \
-                       if [ "$(QEMU_TAG)" ]; then                      \
-                               cd ioemu-remote.tmp;                    \
-                               $(GIT) branch -D dummy >/dev/null 2>&1 ||:; \
-                               $(GIT) checkout -b dummy $(QEMU_TAG);   \
-                               cd ..;                                  \
-                       fi;                                             \
-                       mv ioemu-remote.tmp ioemu-remote; \
-               fi; \
-               rm -f ioemu-dir; \
-               ln -sf ioemu-remote ioemu-dir; \
-       fi
-       set -e; \
-               $(absolutify_xen_root); \
-               cd ioemu-dir; \
-               STAGING_ROOT=$(STAGING_ROOT) ./xen-setup $(IOEMU_CONFIGURE_CROSS)
+       $(absolutify_xen_root); \
+       cd ioemu-dir; \
+       STAGING_ROOT=$(STAGING_ROOT) ./xen-setup $(IOEMU_CONFIGURE_CROSS)
 
 subdir-all-ioemu-dir subdir-install-ioemu-dir: ioemu-dir-find