bug-gsrc
[Top][All Lists]
Advanced

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

[bug-gsrc] Re: [Bug report] (1) cp -b option, (2) sha256sum not found


From: Ludovic Courtès
Subject: [bug-gsrc] Re: [Bug report] (1) cp -b option, (2) sha256sum not found
Date: Mon, 13 Sep 2010 17:46:06 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Hi,

"Shigio YAMAGUCHI" <address@hidden> 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’.



reply via email to

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