|
From: Paul F. <pa...@so...> - 2023-09-03 06:28:15
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=777b0e041a880f6cce5b8e39068aa77ca11ff50d commit 777b0e041a880f6cce5b8e39068aa77ca11ff50d Author: Paul Floyd <pj...@wa...> Date: Sun Sep 3 08:27:19 2023 +0200 FreeBSD: clarify which package GNU cp is in (needed for nightly tests) Diff: --- README.freebsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.freebsd b/README.freebsd index ce1e435f5d..449796353f 100644 --- a/README.freebsd +++ b/README.freebsd @@ -156,7 +156,7 @@ and "gmake regtest". Again, more details can be seen in README_DEVELOPERS. If you want to run the 'nightly' script (see nightly/README.txt) -you will need to install gcp and coreutils and modify the +you will need to install coreutils (for GNU cp) and modify the nightly/conf/freebsd.* files. The default configuration sends an e-mail to the valgrind-testresults mailing list. |