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 7 of 7] tools: call etherboot/mkhex with shell

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH 7 of 7] tools: call etherboot/mkhex with shell
From: Olaf Hering <olaf@xxxxxxxxx>
Date: Tue, 04 Oct 2011 16:21:56 +0200
Delivery-date: Tue, 04 Oct 2011 07:25:48 -0700
Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1317738122; l=730; 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=dSCtBSEGAWQzBeYg3oDFEo0yqkI=; b=i+EjQn8G2278+lgqxoHQQHEm3UvyAb14VzeD8WLN9Hql6wZol4StOGXmU1C34MZK7nf 0lBt75v0v0RNkcFtKzcXtmfKZ5sRD1ROIK/j7tkbQFarUyeVQ2t36o0/eDVwuooP3R1qs pLEe9FN0fljrfRhBXgaSAWprdzIMdmkmGuo=
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 1317738021 -7200
# Node ID 4c8e7b9ba0d519435e9bdee031c6538d84294b74
# Parent  c06758bea2f40cc5f9ef20d55e2e7e95d7ad3d63
tools: call etherboot/mkhex with shell

Removes the need for executable permissions in SCM.

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

diff -r c06758bea2f4 -r 4c8e7b9ba0d5 tools/firmware/etherboot/Makefile
--- a/tools/firmware/etherboot/Makefile
+++ b/tools/firmware/etherboot/Makefile
@@ -28,7 +28,7 @@ all: eb-roms.h
        $(MAKE) -C $D/src bin/$(*F).rom
 
 eb-roms.h.new: $(ROMS)
-       cat $^ | ../hvmloader/mkhex etherboot >$@
+       cat $^ | $(SHELL) ../hvmloader/mkhex etherboot >$@
 
 eb-roms.h: Config
        $(MAKE) NO_WERROR=1 $@.new

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