WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

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

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH 4 of 7] tools: call xen-setup with shell
From: Olaf Hering <olaf@xxxxxxxxx>
Date: Tue, 04 Oct 2011 16:21:53 +0200
Delivery-date: Tue, 04 Oct 2011 07:24:59 -0700
Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1317738122; l=1113; s=domk; d=aepfle.de; h=To:From:Date:References:In-Reply-To:Subject: Content-Transfer-Encoding:MIME-Version:Content-Type:X-RZG-CLASS-ID: X-RZG-AUTH; bh=PX03S3XDGt4ryPSW7FpqYOTC2CU=; b=dpPGLEMsNLvROcQqm0x9/lqjNXXXRHtLm933yK/k/bX1meZYX1MpBBOZ7BFPOqMzAIs aom0jcEwAIUOB6K0gDA1t8DUKmtkb7y3QNOR6gZ5g9tvIxU+JOfby8xyRIYt4Mex1w59K hT/YLc+x/C4UenKaQDc+WJ6F84MxkU+Mhq0=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <patchbomb.1317738109@xxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <patchbomb.1317738109@xxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mercurial-patchbomb/1.7.5
# 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