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

[Xen-devel] [PATCH 5 of 7] tools: call cross-install with shell


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

# HG changeset patch
# User Olaf Hering <olaf@xxxxxxxxx>
# Date 1317738019 -7200
# Node ID bac6675e4d42e1f9074dc01267e859d15c2b84cd
# Parent  6fa23fea467024cf546b0c7d330c43136775825c
tools: call cross-install with shell

Removes the need for executable permissions in SCM.

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

diff -r 6fa23fea4670 -r bac6675e4d42 tools/Rules.mk
--- a/tools/Rules.mk
+++ b/tools/Rules.mk
@@ -6,7 +6,7 @@ all:
 include $(XEN_ROOT)/Config.mk
 
 export _INSTALL := $(INSTALL)
-INSTALL = $(XEN_ROOT)/tools/cross-install
+INSTALL = $(SHELL) $(XEN_ROOT)/tools/cross-install
 
 XEN_INCLUDE        = $(XEN_ROOT)/tools/include
 XEN_LIBXC          = $(XEN_ROOT)/tools/libxc

_______________________________________________
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®.