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

[Xen-devel] [PATCH 4 of 7] tools: call xen-setup with shell


  • To: xen-devel@xxxxxxxxxxxxxxxxxxx
  • From: Olaf Hering <olaf@xxxxxxxxx>
  • Date: Tue, 04 Oct 2011 16:21:53 +0200
  • Delivery-date: Tue, 04 Oct 2011 07:24:59 -0700
  • List-id: Xen developer discussion <xen-devel.lists.xensource.com>

# HG changeset patch
# User Olaf Hering <olaf@xxxxxxxxx>
# Date 1317738018 -7200
# Node ID 6fa23fea467024cf546b0c7d330c43136775825c
# Parent  738452bd9f33343e46a8e05a3f999935ca5e4c2e
tools: call xen-setup with shell

Removes the need for executable permissions in SCM.

Signed-off-by: Olaf Hering <olaf@xxxxxxxxx>

diff -r 738452bd9f33 -r 6fa23fea4670 stubdom/Makefile
--- a/stubdom/Makefile
+++ b/stubdom/Makefile
@@ -296,7 +296,7 @@ ioemu: cross-zlib cross-libpci libxc
            TARGET_CPPFLAGS="$(TARGET_CPPFLAGS)" \
            TARGET_CFLAGS="$(TARGET_CFLAGS)" \
            TARGET_LDFLAGS="$(TARGET_LDFLAGS)" \
-           $(QEMU_ROOT)/xen-setup-stubdom )
+           $(SHELL) $(QEMU_ROOT)/xen-setup-stubdom )
        $(CROSS_MAKE) -C ioemu -f $(QEMU_ROOT)/Makefile
 
 ######
diff -r 738452bd9f33 -r 6fa23fea4670 tools/Makefile
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -106,7 +106,7 @@ ioemu-dir-find:
        set -e; \
                $(buildmakevars2shellvars); \
                cd ioemu-dir; \
-               $(QEMU_ROOT)/xen-setup $(IOEMU_CONFIGURE_CROSS)
+               $(SHELL) $(QEMU_ROOT)/xen-setup $(IOEMU_CONFIGURE_CROSS)
 
 .PHONY: ioemu-dir-force-update
 ioemu-dir-force-update:

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel


 


Rackspace

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