All of lore.kernel.org
 help / color / mirror / Atom feed
From: Olaf Hering <olaf@aepfle.de>
To: xen-devel@lists.xensource.com
Subject: [PATCH 6 of 7] tools: call install-wrap with shell
Date: Tue, 04 Oct 2011 16:21:55 +0200	[thread overview]
Message-ID: <c06758bea2f40cc5f9ef.1317738115@probook.site> (raw)
In-Reply-To: <patchbomb.1317738109@probook.site>

# HG changeset patch
# User Olaf Hering <olaf@aepfle.de>
# 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@aepfle.de>

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 $@ $<

  parent reply	other threads:[~2011-10-04 14:21 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-04 14:21 [PATCH 0 of 7] tools/check fixes for xen-unstable Olaf Hering
2011-10-04 14:21 ` [PATCH 1 of 7] tools/check: remove check_logging Olaf Hering
2011-10-04 14:21 ` [PATCH 2 of 7] tools/check: call all check_* scripts with shell Olaf Hering
2011-10-04 14:21 ` [PATCH 3 of 7] tools/check: update python version check Olaf Hering
2011-10-07 13:34   ` [PATCH 1 of 7] tools/check: remove check_logging [and 1 more messages] Ian Jackson
2011-10-04 14:21 ` [PATCH 4 of 7] tools: call xen-setup with shell Olaf Hering
2011-10-04 14:21 ` [PATCH 5 of 7] tools: call cross-install " Olaf Hering
2011-10-04 14:21 ` Olaf Hering [this message]
2011-10-04 14:21 ` [PATCH 7 of 7] tools: call etherboot/mkhex " Olaf Hering
2011-10-07 13:48 ` [PATCH 0 of 7] tools/check fixes for xen-unstable Ian Jackson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c06758bea2f40cc5f9ef.1317738115@probook.site \
    --to=olaf@aepfle.de \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.