Il 15/01/2014 13:34, Fam Zheng ha scritto: >>> > > +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
We will document the requirement of any of shasum/sha1sum/sha1 in the release notes anyway. Paolo