From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: Building broken with CS 13282 Date: Mon, 08 Jan 2007 16:17:02 +0000 Message-ID: References: <20070108145053.GB1557@totally.trollied.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20070108145053.GB1557@totally.trollied.org.uk> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: John Levon , Christoph Egger Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 8/1/07 14:50, "John Levon" wrote: >> snippet from xen/include/Makefile: >> >> sed -e 's,__InClUdE__,#include,' \ >> -e 's,"xen-compat.h",,' \ >> -e 's,\(struct\|union\|enum\)[[:space:]]\+\(xen_\?\)\? >> \([[:alpha:]_]\),\1 compat_\3,g' \ > > It's very unlikely that Solaris sed does too, which I suppose explains > the xen-compat.h issue at least. Either we need to stipulate GNU sed, or re-code some of this stuff in Python or Perl (probably Python, since that's already a dependency for the tools). My hope would be that it would magically become a bit more readable. :-) -- Keir