Hi,
"Shigio YAMAGUCHI" <[email protected]> writes:
> 2. sha256sum: not found
It’s called ‘sha256’ there.
Perhaps the makefiles could do some auto-configuration, like:
--8<---------------cut here---------------start------------->8---
-include config
all:
@echo "sha256 is \`$(SHA256)'"
config:
( if echo foo | sha256sum 2>&1 > /dev/null ; \
then echo "SHA256 := sha256sum" ; \
else echo "SHA256 := sha256" ; fi ) > "$@"
.PHONY: all
--8<---------------cut here---------------end--------------->8---
Brian: ‘gcc101’ on the GCC Compile Farm runs FreeBSD 8.0, if that helps.
Thanks,
Ludo’.