On 15 January 2014 11:56, Paolo Bonzini <pbonz...@redhat.com> wrote: > Il 15/01/2014 12:53, Peter Maydell ha scritto: >>> > 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. > > Is sha1sum there? If yes, let's use it.
Nope. There is shasum (because perl provides it) and md5 (not md5sum). thanks -- PMM