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 6 of 7] tools: call install-wrap with shell

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH 6 of 7] tools: call install-wrap with shell
From: Olaf Hering <olaf@xxxxxxxxx>
Date: Tue, 04 Oct 2011 16:21:55 +0200
Delivery-date: Tue, 04 Oct 2011 07:27:22 -0700
Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1317738127; l=834; 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=dAXwfAgNkGbAeSDM7ZByeLv8P7k=; b=SRyF4c/wNrnRLFX0amI5oB8V7yGnt63NH55TmHLGnPf6eaPOUIZmnPsqHSkTi+85bH8 f+rsndPb39KLTEbLQTxas2HrBJOUmuoc0opEQYQudy6NG0itguMbwUwxpfK8TtTNuATj5 GvE7FlPYT2V96nE0j7FMeI+y8W+2x6yABEQ=
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 1317738020 -7200
# Node ID c06758bea2f40cc5f9ef20d55e2e7e95d7ad3d63
# Parent  bac6675e4d42e1f9074dc01267e859d15c2b84cd
tools: call install-wrap with shell

Removes the need for executable permissions in SCM.

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

diff -r bac6675e4d42 -r c06758bea2f4 tools/Rules.mk
--- a/tools/Rules.mk
+++ b/tools/Rules.mk
@@ -78,7 +78,7 @@ check-$(CONFIG_X86) = $(call cc-ver-chec
 _PYTHON_PATH := $(shell which $(PYTHON))
 PYTHON_PATH ?= $(_PYTHON_PATH)
 INSTALL_PYTHON_PROG = \
-       $(XEN_ROOT)/tools/python/install-wrap "$(PYTHON_PATH)" $(INSTALL_PROG)
+       $(SHELL) $(XEN_ROOT)/tools/python/install-wrap "$(PYTHON_PATH)" 
"$(INSTALL_PROG)"
 
 %.opic: %.c
        $(CC) $(CPPFLAGS) -DPIC $(CFLAGS) $(CFLAGS_$*.opic) -fPIC -c -o $@ $<

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