qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v16 6/9] module: implement module loading


From: Fam Zheng
Subject: Re: [Qemu-devel] [PATCH v16 6/9] module: implement module loading
Date: Wed, 15 Jan 2014 20:34:46 +0800
User-agent: Mutt/1.5.22 (2013-10-16)

On Wed, 01/15 11:53, Peter Maydell wrote:
> On 15 January 2014 08:48, Fam Zheng <address@hidden> wrote:
> > This patch adds loading, stamp checking and initialization of modules.
> 
> > +echo "CONFIG_STAMP=`(echo $qemu_version; echo $pkgversion; cat $0) | 
> > sha256sum - | cut -f1 -d\ `" >> $config_host_mak
> 
> This fails to configure under MacOSX, I'm afraid -- there is
> no sha256sum there.

Can we assume shasum [1] always present on MaxOSX? (Seems it comes with perl.)

[1]: 
https://developer.apple.com/library/mac/documentation/Darwin/Reference/Manpages/man1/shasum.1.html

Fam



reply via email to

[Prev in Thread] Current Thread [Next in Thread]